summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristoph Haag2018-02-07 15:37:24 +0100
committerChristoph Haag2018-02-07 15:37:24 +0100
commitb923ced8beb52f6aff18a564c734f4a469a0b494 (patch)
treed6355c63604dd9c2a31fb9a23b67e6d31426c782 /PKGBUILD
parent58f82cd2846eff2899ff618dc8cb32bd8366856f (diff)
downloadaur-b923ced8beb52f6aff18a564c734f4a469a0b494.tar.gz
don't apply 0001-remove-linking-with-whole-archive-v2.patch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e703943cfb61..3457310ab377 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Laurent Carlier <lordheavym@gmail.com>
pkgname=amdvlk-git
-pkgver=r7.a20e789
+pkgver=r16.9cbbd7f
pkgrel=1
pkgdesc="AMD's standalone Vulkan driver"
arch=(x86_64)
@@ -35,7 +35,7 @@ pkgver() {
prepare() {
cd xgl
- patch -Np1 -i ${srcdir}/0001-remove-linking-with-whole-archive-v2.patch
+ #patch -Np1 -i ${srcdir}/0001-remove-linking-with-whole-archive-v2.patch
}
build() {