summarylogtreecommitdiffstats
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
parent865009750cf62a5cffb3a825068044f46e8d819e (diff)
downloadaur-eff2d86bd918a3e43863b2cc33ca4dcdff94ec63.tar.gz
Sigh...
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c4885c77290e..eb26b0f2f2ad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = emacs-git
pkgdesc = GNU Emacs. Development.
pkgver = 27.0.50.133355
- pkgrel = 1
+ pkgrel = 2
url = http://www.gnu.org/software/emacs/
arch = x86_64
license = GPL3
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