upgpkg: obs-vkcapture 1.4.6-1
upstream release
This commit is contained in:
parent
0696d5cdcf
commit
43fde2ad68
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
@ -1,5 +1,5 @@
|
||||||
pkgbase = obs-vkcapture
|
pkgbase = obs-vkcapture
|
||||||
pkgver = 1.4.5
|
pkgver = 1.4.6
|
||||||
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.5/obs-vkcapture-1.4.5.tar.gz
|
source = https://github.com/nowrep/obs-vkcapture/archive/v1.4.6/obs-vkcapture-1.4.6.tar.gz
|
||||||
sha512sums = 37e72d9dc01fc63dde666d90f17ef04e309771cbcf5e6fbd3e4115f9e88a788ca03bca0970182d9a1014d916b0a51fe799f70f2dc4579831bf3327764d33764c
|
sha512sums = 153da9248671f1d343dfae47a50bbf08d3e3812b7b62c5f892fb56a72970138bf39b3f09888ee86a86cce1213f632f5cdf27767957163372e3be666a1cf22b3c
|
||||||
|
|
||||||
pkgname = obs-vkcapture
|
pkgname = obs-vkcapture
|
||||||
pkgdesc = OBS Linux Vulkan/OpenGL game capture
|
pkgdesc = OBS Linux Vulkan/OpenGL game capture
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
pkgbase=obs-vkcapture
|
pkgbase=obs-vkcapture
|
||||||
pkgname=("$pkgbase" "lib32-$pkgbase")
|
pkgname=("$pkgbase" "lib32-$pkgbase")
|
||||||
pkgver=1.4.5
|
pkgver=1.4.6
|
||||||
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=('37e72d9dc01fc63dde666d90f17ef04e309771cbcf5e6fbd3e4115f9e88a788ca03bca0970182d9a1014d916b0a51fe799f70f2dc4579831bf3327764d33764c')
|
sha512sums=('153da9248671f1d343dfae47a50bbf08d3e3812b7b62c5f892fb56a72970138bf39b3f09888ee86a86cce1213f632f5cdf27767957163372e3be666a1cf22b3c')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cmake -B build -S "$pkgbase-$pkgver" \
|
cmake -B build -S "$pkgbase-$pkgver" \
|
||||||
|
|
Loading…
Reference in a new issue