summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdrià Cereto-Massagué2021-03-07 17:46:10 +0100
committerAdrià Cereto-Massagué2021-03-07 17:46:10 +0100
commit7a1a2c17d6164b048594de5e3c7c9591fd985b14 (patch)
tree7d61c9a9087370884bd27c7f78d6c7586ffc1dcd /PKGBUILD
parenta0dcd54bbbc149ea7a54ffd501ac0057b3b08b8e (diff)
downloadaur-7a1a2c17d6164b048594de5e3c7c9591fd985b14.tar.gz
1.8.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e6a7b975f341..4df2b3becd89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=dxvk-bin
pkgname=('dxvk-bin')
-pkgver=1.8
+pkgver=1.8.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=('e84f7ac494ac7f5013976744470899226d145e29617c407ff52870055bda476e')
+sha256sums=('756a09c46f8279ade84456e3af038f64613a51e00a2d4cfffa4c91c10ede60e8')
package_dxvk-bin () {
depends=('vulkan-icd-loader' 'wine>=3.10' 'lib32-vulkan-icd-loader')