summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdrià Cereto-Massagué2022-01-11 13:51:04 +0100
committerAdrià Cereto-Massagué2022-01-11 13:51:04 +0100
commit377423be0932ad2fb54f6dac387959b081bbb559 (patch)
tree5854a6c5759dd4805f3d468db8f9b8acaeeab8c6 /PKGBUILD
parentd59ef83058a1f90e05a20fd3cf610490cc51d0d9 (diff)
downloadaur-377423be0932ad2fb54f6dac387959b081bbb559.tar.gz
1.9.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 035a1e741ab2..2fa63782c2ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=dxvk-bin
pkgname=('dxvk-bin')
-pkgver=1.9.2
+pkgver=1.9.3
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=('24bcee655767f4731b8d3883dd93ba4edc7f1e87421e15fab19499d57236b8e9')
+sha256sums=('cfcf4fac1f6bfc5a09183e77362a0af7fead4e54961bb548aef3e6cddadbe9bf')
package_dxvk-bin () {
depends=('vulkan-icd-loader' 'wine>=3.10' 'lib32-vulkan-icd-loader')