upgpkg: obs-vkcapture 1.3.1-1

upstream release
This commit is contained in:
Manuel 2023-03-28 00:58:31 +02:00
parent f366caae8a
commit 57c47c4d64
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.3.0
pkgver = 1.3.1
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.3.0/obs-vkcapture-1.3.0.tar.gz
sha512sums = 60e7bb315c8863fe97160e1cae19286ea70ff2d820d1868e45f84dd41955dc77bcc5e94b3075a81d05bfd32f523e84fbca0d57429a9e94ef0c80fb95b3dc8f68
source = https://github.com/nowrep/obs-vkcapture/archive/v1.3.1/obs-vkcapture-1.3.1.tar.gz
sha512sums = d143a758c6901a40fae32f876d6b20bfcd0bdf3502e54e455e3e53888208e7901da26926268390bbfb7d92989dbc3874e551f8c8684c18cfbcf4292aaa6cf8f8
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.3.0
pkgver=1.3.1
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=('60e7bb315c8863fe97160e1cae19286ea70ff2d820d1868e45f84dd41955dc77bcc5e94b3075a81d05bfd32f523e84fbca0d57429a9e94ef0c80fb95b3dc8f68')
sha512sums=('d143a758c6901a40fae32f876d6b20bfcd0bdf3502e54e455e3e53888208e7901da26926268390bbfb7d92989dbc3874e551f8c8684c18cfbcf4292aaa6cf8f8')
build() {
cmake -B build -S "$pkgbase-$pkgver" \