summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoraksr2016-12-02 05:11:59 +0100
committeraksr2016-12-02 05:11:59 +0100
commit06310daa30cebd7a244aff2fee181030bf5eeda8 (patch)
tree8a4e80d47b429b26fa56d08ffb9a32b385422f08 /PKGBUILD
parent8c7cada291e29b7e786e98f47d008f1bb54bc6a9 (diff)
downloadaur-06310daa30cebd7a244aff2fee181030bf5eeda8.tar.gz
Disable custom MAKEFLAGS to enable parallel make.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 99f4a56692f5..5e23e14a0a9e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@ provides=('heirloom-doctools')
conflicts=('heirloom-doctools-git' 'heirloom-doctools-cvs')
replaces=()
backup=()
-options=()
+options=(!makeflags)
changelog=
install=
source=("https://github.com/n-t-roff/${pkgname}/archive/${pkgver}.tar.gz")