summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdrià Cereto-Massagué2020-04-20 11:20:32 +0200
committerAdrià Cereto-Massagué2020-04-20 11:20:32 +0200
commitbda3cfbe24b7239d134a70fa499ba694ae90ba44 (patch)
tree9b2a8f44df10a63cae7ff9cd5c9c4943460009d7 /PKGBUILD
parentafd5fcca1f1a4e3acc42ed614d87119f39352795 (diff)
downloadaur-bda3cfbe24b7239d134a70fa499ba694ae90ba44.tar.gz
1.6.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index def82ee2a0fd..5231a23b334a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=dxvk-bin
pkgname=('dxvk-bin')
-pkgver=1.6
+pkgver=1.6.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=('a493e0802e02629244672c44ad92c40fa0813b38908677ae14ee07feefcf7227')
+sha256sums=('cdef8735313ed9ccb7af23b37bcceaad54553e29505c269246d5e347f1359136')
package_dxvk-bin () {
depends=('vulkan-icd-loader' 'wine>=3.10' 'lib32-vulkan-icd-loader')