summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrius Lukosevicius2023-05-20 11:19:54 +0300
committerAndrius Lukosevicius2023-05-20 11:19:54 +0300
commit789e9e48ae194984f76d8c8ef40b5b71ec1b0a43 (patch)
tree57341ee36d03d0455d2025fc0314ee4fd4e14dbf /PKGBUILD
parentfb1301eec837b8d95826de03220c4f71570017c9 (diff)
downloadaur-789e9e48ae194984f76d8c8ef40b5b71ec1b0a43.tar.gz
Update to patch version 2.2-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ac1b0c663665..9fc4ea5e8922 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=dxvk-async-git
pkgname=('dxvk-async-git')
-pkgver=2.1.r59.g6b779206
+pkgver=2.2.r7.gf2bb1d4b
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.1-2.patch"
+ patch --forward --strip=1 --input="${srcdir}/dxvk-gplasync/dxvk-gplasync-2.2-1.patch"
}
build() {