summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlejandro López-Valencia2018-01-25 14:44:38 -0500
committerAlejandro López-Valencia2018-01-25 14:44:38 -0500
commit1b1cf3485debac6a3defba079d533f44bc226d67 (patch)
treeef7a0c01557bc99ff377f026e10c8cd083a62a56 /PKGBUILD
parentae1184705b881860e7ec6c3733f1063b5684d474 (diff)
downloadaur-1b1cf3485debac6a3defba079d533f44bc226d67.tar.gz
It was Meltdown and Spectre's fault, your Honor; I swear.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0030ff6850ec..df11b3f630e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -72,7 +72,7 @@ if [[ BRANCH = "emacs-26" ]]; then
else
pkgname=emacs-git
fi
-pkgver=27.0.50.131889
+pkgver=27.0.50.131892
pkgrel=1
pkgdesc="GNU Emacs. Development."
arch=('x86_64') # Arch Linux only. Users of derivatives are on their own.
@@ -212,7 +212,7 @@ if [[ $LTO = "YES" ]]; then
fi
if [[ $CLI = "YES" ]]; then
- _conf+=( '--without-x' '--with-x-toolkit=no' '--without-xft' --without-lcms2' '--without-rsvg' );
+ _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' );
elif [[ $LUCID = "YES" ]]; then
@@ -220,7 +220,7 @@ elif [[ $LUCID = "YES" ]]; then
elif [[ $GTK2 = "YES" ]]; then
_conf+=( '--with-x-toolkit=gtk2' '--without-gsettings' '--without-xaw3d' );
else
- _conf+=( '--with-x-toolkit=gtk3' --without-xaw3d' );
+ _conf+=( '--with-x-toolkit=gtk3' '--without-xaw3d' );
fi
if [[ ! $GPM = "YES" ]]; then