summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJörg Schuck2018-04-08 10:46:49 +0200
committerJörg Schuck2018-04-08 10:46:49 +0200
commitb22de1def9aaabc1ed9511c2071008bf61a8ab7a (patch)
treef10ab8bd7f1ad0d0fd3917d1db312d14ebad2d13 /PKGBUILD
parent0308a8dc7b65180cfc396b0167bdf284a08d337e (diff)
downloadaur-gnucash.tar.gz
Removed the !makeflags option.
It was hampering the build speed.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d1ae1a3ed894..7ad1bd927ae2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,7 @@ optdepends=(
'perl-finance-quote: for stock information lookups'
'perl-date-manip: for stock information lookups'
)
-options=('!makeflags' '!emptydirs')
+options=('!emptydirs')
source=(
http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2
)