summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlex Dewar2019-10-22 14:36:43 +0100
committerAlex Dewar2019-10-22 14:36:43 +0100
commit871a8f9e4e7108fbdd966151e6c1342819b383cb (patch)
tree882057b3a4c80b45449e8df6dd80a5e5f4227084 /PKGBUILD
parentccbfcc8abecc6d3954924da99a9f0cd606c99d7b (diff)
downloadaur-871a8f9e4e7108fbdd966151e6c1342819b383cb.tar.gz
Fix for pamac users
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ab176c9319c3..f0fa30abbdcd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
-# Maintainer: Andrew Sun <adsun701@gmail.com>
+# Maintainer: Alex Dewar <alex.dewar@gmx.co.uk>
+# Contributor: Andrew Sun <adsun701@gmail.com>
# Contributor: John Jenkins <twodopeshaggy@gmail.com>
# Contributor: Maxime Gauduin <alucryd@gmail.com>
# Contributor: Balló György <ballogyor+arch@gmail.com>
@@ -19,7 +20,7 @@ sha256sums=('56ecb380d74bf74caba193d9e8ad6b0c85ccf9eeb461bc9731c2b8636e1f1492'
prepare() {
cd "${srcdir}"
- patch -p1 < ../0001-Fix-FTB-with-recent-vala-requiring-non-public-abstra.patch
+ patch -p1 < 0001-Fix-FTB-with-recent-vala-requiring-non-public-abstra.patch
NOCONFIGURE=1 ./autogen.sh
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static
}