summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlejandro López-Valencia2018-06-14 06:52:43 -0500
committerAlejandro López-Valencia2018-06-14 06:52:43 -0500
commiteff2d86bd918a3e43863b2cc33ca4dcdff94ec63 (patch)
treed5dccf43f149bb09313954fbd267027583d364f7 /PKGBUILD
parent865009750cf62a5cffb3a825068044f46e8d819e (diff)
downloadaur-eff2d86bd918a3e43863b2cc33ca4dcdff94ec63.tar.gz
Sigh...
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1b9013fe5e00..00c35e4bcc63 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -73,7 +73,7 @@ else
pkgname=emacs-git
fi
pkgver=27.0.50.133355
-pkgrel=1
+pkgrel=2
pkgdesc="GNU Emacs. Development."
arch=('x86_64') # Arch Linux only. Users of derivatives are on their own.
url="http://www.gnu.org/software/emacs/"
@@ -225,7 +225,7 @@ fi
if [[ $CLI = "YES" ]]; then
_conf+=( '--without-x' '--with-x-toolkit=no' '--without-xft' '--without-lcms2' '--without-rsvg' );
elif [[ $NOTKIT = "YES" ]]; then
- _conf+=( '--with-x-toolkit=no' '--without-toolkit-scrollbars' '--with-xft' '--without-xaw3d' );
+ _conf+=( '--with-x-toolkit=no' '--without-toolkit-scroll-bars' '--with-xft' '--without-xaw3d' );
elif [[ $LUCID = "YES" ]]; then
_conf+=( '--with-x-toolkit=lucid' '--with-xft' '--with-xaw3d' );
elif [[ $GTK2 = "YES" ]]; then