upgpkg: obs-vkcapture 1.5.0-1

upstream release
This commit is contained in:
Manuel 2024-04-01 19:48:21 +02:00
parent 3505453af4
commit 5b05d8a34e
Signed by: SunRed
GPG Key ID: 4085037435E1F07A
2 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
pkgbase = obs-vkcapture pkgbase = obs-vkcapture
pkgver = 1.4.9 pkgver = 1.5.0
pkgrel = 1 pkgrel = 1
url = https://github.com/nowrep/obs-vkcapture url = https://github.com/nowrep/obs-vkcapture
arch = x86_64 arch = x86_64
@ -15,8 +15,8 @@ pkgbase = obs-vkcapture
depends = libgl depends = libgl
depends = libegl depends = libegl
depends = obs-studio>=27 depends = obs-studio>=27
source = https://github.com/nowrep/obs-vkcapture/archive/v1.4.9/obs-vkcapture-1.4.9.tar.gz source = https://github.com/nowrep/obs-vkcapture/archive/v1.5.0/obs-vkcapture-1.5.0.tar.gz
sha512sums = 1a9da496cd2b1ce2d678ac118845709efdff13b2ddce8816b20c9c4b210b652b674f5e10da5c51a5fd648dce7d52305afa83ff984da5148ce8ca04d43da0c7a1 sha512sums = 856a735ca3d1ed9f04c91c7e4a006aca2a72389a4ac0dee13d2b1f87da8e622d71dda400bb263499ddd04b1bc4294e7270382fc12e91e82a8ed554de8e3a4c96
pkgname = obs-vkcapture pkgname = obs-vkcapture
pkgdesc = OBS Linux Vulkan/OpenGL game capture pkgdesc = OBS Linux Vulkan/OpenGL game capture

View File

@ -2,7 +2,7 @@
pkgbase=obs-vkcapture pkgbase=obs-vkcapture
pkgname=("$pkgbase" "lib32-$pkgbase") pkgname=("$pkgbase" "lib32-$pkgbase")
pkgver=1.4.9 pkgver=1.5.0
pkgrel=1 pkgrel=1
url="https://github.com/nowrep/$pkgbase" url="https://github.com/nowrep/$pkgbase"
license=('GPL2') license=('GPL2')
@ -10,7 +10,7 @@ arch=('x86_64')
depends=('vulkan-icd-loader' 'libgl' 'libegl' 'obs-studio>=27') depends=('vulkan-icd-loader' 'libgl' 'libegl' 'obs-studio>=27')
makedepends=('gcc' 'cmake' 'vulkan-headers' 'lib32-gcc-libs' 'lib32-vulkan-icd-loader' 'lib32-libgl' 'lib32-libegl') makedepends=('gcc' 'cmake' 'vulkan-headers' 'lib32-gcc-libs' 'lib32-vulkan-icd-loader' 'lib32-libgl' 'lib32-libegl')
source=("https://github.com/nowrep/$pkgbase/archive/v$pkgver/$pkgbase-$pkgver.tar.gz") source=("https://github.com/nowrep/$pkgbase/archive/v$pkgver/$pkgbase-$pkgver.tar.gz")
sha512sums=('1a9da496cd2b1ce2d678ac118845709efdff13b2ddce8816b20c9c4b210b652b674f5e10da5c51a5fd648dce7d52305afa83ff984da5148ce8ca04d43da0c7a1') sha512sums=('856a735ca3d1ed9f04c91c7e4a006aca2a72389a4ac0dee13d2b1f87da8e622d71dda400bb263499ddd04b1bc4294e7270382fc12e91e82a8ed554de8e3a4c96')
build() { build() {
cmake -B build -S "$pkgbase-$pkgver" \ cmake -B build -S "$pkgbase-$pkgver" \