summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 979a4c7bf9f5..1c50497b4465 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Rebin Silva <rebinsilva@gmail.com>
pkgname=lib32-vkd3d-valve-git
-pkgver=1.1.r1050.ge6bd3cb
+pkgver=1.1.r1120.ge685793
pkgrel=1
pkgdesc="D3D12 to Vulkan translation library. 32-bit (Valve version)"
arch=('x86_64')
@@ -24,8 +24,8 @@ makedepends=( # Prevent out-of-date SPIRV headers error
)
conflicts=('lib32-vkd3d' 'lib32-vkd3d-git')
provides=('lib32-vkd3d')
-source=('git+https://github.com/ValveSoftware/vkd3d.git#branch=proton_5.0' '8e7bf8a5c3e004763a62822ff2d79cf76907b712.patch')
-sha256sums=('SKIP' '053084b7fddc4ea0e8bb8d23cec41ea701276cac30fee64e9147177daaf6f2ae')
+source=('git+https://github.com/ValveSoftware/vkd3d.git#branch=proton_5.0')
+sha256sums=('SKIP')
pkgver() {
cd vkd3d
@@ -36,8 +36,6 @@ 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
}