summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdrià Cereto-Massagué2020-03-24 13:20:22 +0100
committerAdrià Cereto-Massagué2020-03-24 13:20:22 +0100
commitafd5fcca1f1a4e3acc42ed614d87119f39352795 (patch)
treed49b04777bd9e4c3fa8c5ef097462828a00edbb8 /PKGBUILD
parent925bd4bdce4fb252ba07eace59c0f0427e5e1e9d (diff)
downloadaur-afd5fcca1f1a4e3acc42ed614d87119f39352795.tar.gz
1.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5cd2c68b8b75..def82ee2a0fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=dxvk-bin
pkgname=('dxvk-bin')
-pkgver=1.5.5
+pkgver=1.6
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=('f4c57274ac85d71b192e2a0ac095f285e26cc054c87c6c34c081f919147539eb')
+sha256sums=('a493e0802e02629244672c44ad92c40fa0813b38908677ae14ee07feefcf7227')
package_dxvk-bin () {
depends=('vulkan-icd-loader' 'wine>=3.10' 'lib32-vulkan-icd-loader')