summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonas Van der Aa2022-01-24 18:36:04 +0100
committerJonas Van der Aa2022-01-24 18:36:04 +0100
commit30b6475e794cbc7cda5468faca3f47b85412641f (patch)
treecbd385ba5ffeb2990be8841bbb15f723b70da901 /PKGBUILD
parent377423be0932ad2fb54f6dac387959b081bbb559 (diff)
downloadaur-30b6475e794cbc7cda5468faca3f47b85412641f.tar.gz
v1.9.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2fa63782c2ee..49c2176ce322 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=dxvk-bin
pkgname=('dxvk-bin')
-pkgver=1.9.3
+pkgver=1.9.4
pkgrel=1
pkgdesc="A Vulkan-based compatibility layer for Direct3D 9/10/11 which allows running 3D applications on Linux using Wine (Windows DLL binary files)"
url="https://github.com/doitsujin/dxvk"
@@ -14,7 +14,7 @@ conflicts=("dxvk" "d9vk")
options=(!strip)
source=("https://github.com/doitsujin/dxvk/releases/download/v$pkgver/dxvk-$pkgver.tar.gz"
)
-sha256sums=('cfcf4fac1f6bfc5a09183e77362a0af7fead4e54961bb548aef3e6cddadbe9bf')
+sha256sums=('854f564c3b58a4cdf7b16eb9a4b6bc6ddc0f83d68c4f979a529fc23f7a770502')
package_dxvk-bin () {
depends=('vulkan-icd-loader' 'wine>=3.10' 'lib32-vulkan-icd-loader')