summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 22849f4c734a..2dfcd0805fc4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vkd3d-valve-git
pkgdesc = D3D12 to Vulkan translation library (Valve version)
- pkgver = 1.1.r708.gf548d81
+ pkgver = 1.1.r1050.ge6bd3cb
pkgrel = 1
url = https://github.com/ValveSoftware/vkd3d
arch = x86_64
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
}