testing/dxvk: upgrade to 1.3.2

This commit is contained in:
Leo 2019-08-08 11:05:03 -03:00
parent 24efa2fedd
commit 551b809f11

View File

@ -1,7 +1,7 @@
# Contributor: Leo <thinkabit.ukim@gmail.com>
# Maintainer: Leo <thinkabit.ukim@gmail.com>
pkgname=dxvk
pkgver=1.3.1
pkgver=1.3.2
pkgrel=0
pkgdesc="Vulkan-based compatibility layer for Direct3D 10/11"
options="!strip !check"
@ -16,7 +16,9 @@ makedepends="
wine-dev
vulkan-loader
"
source="$pkgname-$pkgver.tar.gz::https://github.com/doitsujin/$pkgname/archive/v$pkgver.tar.gz"
source="$pkgname-$pkgver.tar.gz::https://github.com/doitsujin/$pkgname/archive/v$pkgver.tar.gz
fix.patch::https://github.com/doitsujin/dxvk/commit/bd40b057202a9e42196c4c1209920c228161d793.patch
"
case "$CARCH" in
x86_64)
@ -49,4 +51,5 @@ package() {
ln -s /usr/share/dxvk/setup_dxvk.sh "$pkgdir"/usr/bin/setup_dxvk
chmod +x "$pkgdir"/usr/share/dxvk/setup_dxvk.sh
}
sha512sums="cbb0618752dcf66798ea31477dc4592cc1a99693a578c9e7023260dcfbdf8e07b4b5a69e2b44c9d1969755288cb49ae66f4acc807cdb0f0d1d7b19a68c1b9dab dxvk-1.3.1.tar.gz"
sha512sums="2fcbaeaeded72ac439cc9e653b94ca547b17b7f53000cfb721a8f14f290fa467db9ccb2d13bc30775c1a28081da1638a948921bf82f6425f4c7ab0e55007df48 dxvk-1.3.2.tar.gz
09de973688949e9fc6246140d32c2fa9b8328d3b510f1c6d5715b9836abe09fb6c8c570875ca8a0d808f175aae25be0f3f057add1c5792c2a9ddd60e200fba51 fix.patch"