summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1f1ec6405658..e4b468ece294 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Gustavo Alvarez <sl1pkn07@gmail.com>
pkgname=vkd3d-valve-git
-pkgver=1.1.r708.gf548d81
+pkgver=1.1.r1050.ge6bd3cb
pkgrel=1
pkgdesc="D3D12 to Vulkan translation library (Valve version)"
arch=('x86_64')
@@ -22,8 +22,8 @@ makedepends=( # Prevent out-of-date SPIRV headers error
)
conflicts=('vkd3d' 'vkd3d-git')
provides=('vkd3d')
-source=('git+https://github.com/ValveSoftware/vkd3d.git#branch=proton_5.0')
-sha256sums=('SKIP')
+source=('git+https://github.com/ValveSoftware/vkd3d.git#branch=proton_5.0' '8e7bf8a5c3e004763a62822ff2d79cf76907b712.patch')
+sha256sums=('SKIP' '053084b7fddc4ea0e8bb8d23cec41ea701276cac30fee64e9147177daaf6f2ae')
pkgver() {
cd vkd3d
@@ -34,6 +34,8 @@ prepare() {
mkdir -p build
cd vkd3d
+ # If this isn't needed anymore, leave a comment on the AUR!
+ patch --forward --strip=1 --input="${srcdir}/8e7bf8a5c3e004763a62822ff2d79cf76907b712.patch"
./autogen.sh
}