summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStelios Tsampas2022-11-21 17:48:19 +0200
committerStelios Tsampas2022-11-21 17:48:19 +0200
commita8b06cd6e7805e81c823906c08c2552b54d07e9f (patch)
tree2293b471efe64b1ef7a8d507a8097f9282871c88 /PKGBUILD
parent848ca2aec4cab7747175b0179a79d0a10c524044 (diff)
downloadaur-a8b06cd6e7805e81c823906c08c2552b54d07e9f.tar.gz
Fix missing fragment in git URL
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 88fa30225b28..3c4ca685c156 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ provides=('dxvk' 'd9vk' "dxvk=$pkgver")
conflicts=('dxvk' 'd9vk')
options=(!lto !staticlibs)
source=(
- "git+https://github.com/doitsujin/dxvk.git"
+ "git+https://github.com/doitsujin/dxvk.git#tag=v$pkgver"
"git+https://github.com/KhronosGroup/Vulkan-Headers.git"
"git+https://github.com/KhronosGroup/SPIRV-Headers.git"
"dxvk-async-${_asyncver}.patch::https://raw.githubusercontent.com/Sporif/dxvk-async/${_asyncver}/dxvk-async.patch"