summarylogtreecommitdiffstats
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
parentae1184705b881860e7ec6c3733f1063b5684d474 (diff)
downloadaur-1b1cf3485debac6a3defba079d533f44bc226d67.tar.gz
It was Meltdown and Spectre's fault, your Honor; I swear.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9450066263b0..e323b2257832 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = emacs-git
pkgdesc = GNU Emacs. Development.
- pkgver = 27.0.50.131889
+ pkgver = 27.0.50.131892
pkgrel = 1
url = http://www.gnu.org/software/emacs/
arch = x86_64
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