upgpkg: obs-vkcapture 1.3.0-1

upstream release
This commit is contained in:
Manuel 2023-01-17 17:10:21 +01:00
parent 7ba91c18cb
commit 72874d274e
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
pkgver = 1.2.2
pkgver = 1.3.0
pkgrel = 1
url = https://github.com/nowrep/obs-vkcapture
arch = x86_64
@ -13,8 +13,8 @@ pkgbase = obs-vkcapture
depends = vulkan-icd-loader
depends = libgl
depends = obs-studio>=27
source = https://github.com/nowrep/obs-vkcapture/archive/v1.2.2/obs-vkcapture-1.2.2.tar.gz
sha512sums = 382578afbd9bfacc4e3b2bf16e244ab8318e07c1cfdbe2d887acae6eefea4eba5ccc03e0e96ddd06e1bb65a229c622eb8205a380dace0abb91dce07812419a31
source = https://github.com/nowrep/obs-vkcapture/archive/v1.3.0/obs-vkcapture-1.3.0.tar.gz
sha512sums = 60e7bb315c8863fe97160e1cae19286ea70ff2d820d1868e45f84dd41955dc77bcc5e94b3075a81d05bfd32f523e84fbca0d57429a9e94ef0c80fb95b3dc8f68
pkgname = obs-vkcapture
pkgdesc = OBS Linux Vulkan/OpenGL game capture

View File

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