aboutsummaryrefslogtreecommitdiffstats
path: root/testing/dxvk
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-08-08 11:05:03 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-08-08 11:23:08 -0300
commit551b809f113c736767ee1d4e3007f40ffa01090a (patch)
tree30331a5987a8814b2c05e2e9d009a2121062a366 /testing/dxvk
parent24efa2fedd9d93ddbf118eb59bac81dbe71d424a (diff)
downloadaports-551b809f113c736767ee1d4e3007f40ffa01090a.tar.bz2
aports-551b809f113c736767ee1d4e3007f40ffa01090a.tar.xz
testing/dxvk: upgrade to 1.3.2
Diffstat (limited to 'testing/dxvk')
-rw-r--r--testing/dxvk/APKBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/testing/dxvk/APKBUILD b/testing/dxvk/APKBUILD
index 5463c7d1d2..7905f3e37d 100644
--- a/testing/dxvk/APKBUILD
+++ b/testing/dxvk/APKBUILD
@@ -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"