summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStelios Tsampas2022-11-21 17:48:19 +0200
committerStelios Tsampas2022-11-21 17:48:19 +0200
commita8b06cd6e7805e81c823906c08c2552b54d07e9f (patch)
tree2293b471efe64b1ef7a8d507a8097f9282871c88
parent848ca2aec4cab7747175b0179a79d0a10c524044 (diff)
downloadaur-a8b06cd6e7805e81c823906c08c2552b54d07e9f.tar.gz
Fix missing fragment in git URL
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 71cd14304199..f32157fbf179 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -20,7 +20,7 @@ pkgbase = dxvk-mingw
conflicts = d9vk
options = !lto
options = !staticlibs
- source = git+https://github.com/doitsujin/dxvk.git
+ source = git+https://github.com/doitsujin/dxvk.git#tag=v2.0
source = git+https://github.com/KhronosGroup/Vulkan-Headers.git
source = git+https://github.com/KhronosGroup/SPIRV-Headers.git
source = dxvk-async-8665e60.patch::https://raw.githubusercontent.com/Sporif/dxvk-async/8665e60/dxvk-async.patch
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"