summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormain()2017-05-18 20:27:32 +0200
committermain()2017-05-18 20:27:32 +0200
commit62ad0dc88ad00731c689ae34873d5d39f3e3b150 (patch)
tree3ca72c9945215b7b31a98314e23c93249d142775 /PKGBUILD
parentc16f8987d6d3d9331921037611904457684f372c (diff)
downloadaur-62ad0dc88ad00731c689ae34873d5d39f3e3b150.tar.gz
Fix arch /lib ban
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1d33f7bd2d45..44e2bd6078fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=windows-gaming-git # '-bzr', '-git', '-hg' or '-svn'
-pkgver=r40.6b86b19
+pkgver=r48.899632f
pkgrel=1
pkgdesc="Windows gaming utils"
arch=('x86_64')
@@ -32,6 +32,7 @@ pkgver() {
prepare() {
cd "$srcdir/${pkgname%-git}"
+ sed -i 's/$(DESTDIR)\/lib/$(DESTDIR)\/usr\/lib/' Makefile
}
build() {