summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrius Lukosevicius2023-05-30 08:13:01 +0300
committerAndrius Lukosevicius2023-05-30 08:13:01 +0300
commit09e8a1956f75bdd3f9f54376ddc686be90bd747d (patch)
treef9f36a3027bb31ef883661e8e8b9ea6bd3c30b2d /PKGBUILD
parent789e9e48ae194984f76d8c8ef40b5b71ec1b0a43 (diff)
downloadaur-09e8a1956f75bdd3f9f54376ddc686be90bd747d.tar.gz
Patch version 2.2-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9fc4ea5e8922..3727c2a63111 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=dxvk-async-git
pkgname=('dxvk-async-git')
-pkgver=2.2.r7.gf2bb1d4b
+pkgver=2.2.r20.g4b108460
pkgrel=1
pkgdesc="A Vulkan-based compatibility layer for Direct3D 9/10/11 which allows running 3D applications on Linux using Wine. Windows DLL version)"
arch=('x86_64')
@@ -43,7 +43,7 @@ prepare() {
git config submodule.include/spirv.url "$srcdir/SPIRV-Headers"
git -c protocol.file.allow=always submodule update include/{native/directx,vulkan,spirv}
- patch --forward --strip=1 --input="${srcdir}/dxvk-gplasync/dxvk-gplasync-2.2-1.patch"
+ patch --forward --strip=1 --input="${srcdir}/dxvk-gplasync/dxvk-gplasync-2.2-2.patch"
}
build() {