summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdrià Cereto-Massagué2020-02-08 10:49:48 +0100
committerAdrià Cereto-Massagué2020-02-08 10:49:48 +0100
commit20b31163d9886d0601670a9e4af1886c8087236d (patch)
tree56caba1965db5067c60dd8fe2059cb42dcaa2d71 /PKGBUILD
parent16bc34abbb34a115a086fa4caec525866c6e5dea (diff)
downloadaur-20b31163d9886d0601670a9e4af1886c8087236d.tar.gz
1.5.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 72e51a643f46..3b93b2e46230 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=dxvk-bin
pkgname=('dxvk-bin')
-pkgver=1.5.2
+pkgver=1.5.4
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=('684ba886b5ed922c2417753d8178f923c695258c69cc8f778bb59b99bbf62477')
+sha256sums=('8e4fd15525def9bcaa9cc1b4496f76a2664ba4806b02a5ac0eddd703d7bbdea7')
package_dxvk-bin () {
depends=('vulkan-icd-loader' 'wine>=3.10' 'lib32-vulkan-icd-loader')