upgpkg: obs-vkcapture 1.3.2-1

upstream release
This commit is contained in:
Manuel 2023-04-04 00:58:31 +02:00
parent c8eb826379
commit 872eb64faa
Signed by: SunRed
GPG Key ID: 4085037435E1F07A
2 changed files with 7 additions and 6 deletions

View File

@ -1,5 +1,5 @@
pkgbase = obs-vkcapture
pkgver = 1.3.1
pkgver = 1.3.2
pkgrel = 1
url = https://github.com/nowrep/obs-vkcapture
arch = x86_64
@ -12,9 +12,10 @@ pkgbase = obs-vkcapture
makedepends = lib32-libgl
depends = vulkan-icd-loader
depends = libgl
depends = libegl
depends = obs-studio>=27
source = https://github.com/nowrep/obs-vkcapture/archive/v1.3.1/obs-vkcapture-1.3.1.tar.gz
sha512sums = d143a758c6901a40fae32f876d6b20bfcd0bdf3502e54e455e3e53888208e7901da26926268390bbfb7d92989dbc3874e551f8c8684c18cfbcf4292aaa6cf8f8
source = https://github.com/nowrep/obs-vkcapture/archive/v1.3.2/obs-vkcapture-1.3.2.tar.gz
sha512sums = ada2f6b2c453dade28a37abac0728096c84aa1522215588d97113eeb047d7af57b56b302016735ec342b7f5841dadf2cad554794647b7f82f9e01cc62e52603d
pkgname = obs-vkcapture
pkgdesc = OBS Linux Vulkan/OpenGL game capture

View File

@ -2,15 +2,15 @@
pkgbase=obs-vkcapture
pkgname=("$pkgbase" "lib32-$pkgbase")
pkgver=1.3.1
pkgver=1.3.2
pkgrel=1
url="https://github.com/nowrep/$pkgbase"
license=('GPL2')
arch=('x86_64')
depends=('vulkan-icd-loader' 'libgl' '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')
source=("https://github.com/nowrep/$pkgbase/archive/v$pkgver/$pkgbase-$pkgver.tar.gz")
sha512sums=('d143a758c6901a40fae32f876d6b20bfcd0bdf3502e54e455e3e53888208e7901da26926268390bbfb7d92989dbc3874e551f8c8684c18cfbcf4292aaa6cf8f8')
sha512sums=('ada2f6b2c453dade28a37abac0728096c84aa1522215588d97113eeb047d7af57b56b302016735ec342b7f5841dadf2cad554794647b7f82f9e01cc62e52603d')
build() {
cmake -B build -S "$pkgbase-$pkgver" \