summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdrià Cereto-Massagué2021-07-27 09:04:46 +0200
committerAdrià Cereto-Massagué2021-07-27 09:04:46 +0200
commitf9879106a6c966f9146fdb7c1cd2cb6f7dc31806 (patch)
tree3274c15d5ade6e23a1711aa226020e571ed9f484 /PKGBUILD
parentff68a538458aba23e127c8a8bff33dcda3c608d8 (diff)
downloadaur-f9879106a6c966f9146fdb7c1cd2cb6f7dc31806.tar.gz
1.9.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 150660c8d266..d6e193b1ae55 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=dxvk-bin
pkgname=('dxvk-bin')
-pkgver=1.9
+pkgver=1.9.1
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=('433868f8783887192a04b788203d6b4effe3168be762dd60df1c1b564421a6ed')
+sha256sums=('ef7591d6effcca8a8352cea4fa50fe73aa1f10fd89cb475f2f14236e4340a007')
package_dxvk-bin () {
depends=('vulkan-icd-loader' 'wine>=3.10' 'lib32-vulkan-icd-loader')