summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdrià Cereto-Massagué2020-03-07 20:13:27 +0100
committerAdrià Cereto-Massagué2020-03-07 20:13:27 +0100
commit925bd4bdce4fb252ba07eace59c0f0427e5e1e9d (patch)
tree78e1e05d101ccc3b67d0695588f86d76d2fb9c32 /PKGBUILD
parent20b31163d9886d0601670a9e4af1886c8087236d (diff)
downloadaur-925bd4bdce4fb252ba07eace59c0f0427e5e1e9d.tar.gz
1.5.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3b93b2e46230..5cd2c68b8b75 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=dxvk-bin
pkgname=('dxvk-bin')
-pkgver=1.5.4
+pkgver=1.5.5
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=('8e4fd15525def9bcaa9cc1b4496f76a2664ba4806b02a5ac0eddd703d7bbdea7')
+sha256sums=('f4c57274ac85d71b192e2a0ac095f285e26cc054c87c6c34c081f919147539eb')
package_dxvk-bin () {
depends=('vulkan-icd-loader' 'wine>=3.10' 'lib32-vulkan-icd-loader')