summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStelios Tsampas2022-07-15 13:11:37 +0300
committerStelios Tsampas2022-07-15 13:11:37 +0300
commit1455040424332507b402f97b86c3673c27ccc7dd (patch)
tree4fc676671b093d67a2237379c57c43bcacf552cc /PKGBUILD
parent9a2bc5fce0ba568fd4ae3bce481fc88453db8665 (diff)
downloadaur-1455040424332507b402f97b86c3673c27ccc7dd.tar.gz
Use sha hash as asyncver
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9c0bbe8136d4..76a0862c9860 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,7 @@
pkgname=dxvk-mingw
pkgver=1.10.2
-_asyncver=1.10.2
-_asyncsha="-af418dc"
+_asyncver=1111b69
pkgrel=2
pkgdesc='Vulkan-based implementation of D3D9, D3D10 and D3D11 for Linux / Wine, MingW version'
arch=('x86_64')
@@ -16,7 +15,7 @@ conflicts=('dxvk' 'd9vk')
options=(!lto !staticlibs)
source=(
"git+https://github.com/doitsujin/dxvk.git#tag=v$pkgver"
- "dxvk-async-${_asyncver}.patch::https://raw.githubusercontent.com/Sporif/dxvk-async/${_asyncver}/dxvk-async${_asyncsha}.patch"
+ "dxvk-async-${_asyncver}.patch::https://raw.githubusercontent.com/Sporif/dxvk-async/${_asyncver}/dxvk-async.patch"
"dxvk-async-conf.patch"
"dxvk-extraopts.patch"
"setup_dxvk"