summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro López-Valencia2018-06-14 06:46:46 -0500
committerAlejandro López-Valencia2018-06-14 06:46:46 -0500
commit865009750cf62a5cffb3a825068044f46e8d819e (patch)
tree54d6fbdc0f6deca39a82453b2051fb533a99dd78
parente34b07fd2510930ae60edb75a27d8bf911a5cb4b (diff)
downloadaur-865009750cf62a5cffb3a825068044f46e8d819e.tar.gz
Even more typos fixed
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a450f8938091..c4885c77290e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = emacs-git
pkgdesc = GNU Emacs. Development.
- pkgver = 27.0.50.133353
+ pkgver = 27.0.50.133355
pkgrel = 1
url = http://www.gnu.org/software/emacs/
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index ab7c80a1f088..1b9013fe5e00 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -72,7 +72,7 @@ if [[ BRANCH = "emacs-26" ]]; then
else
pkgname=emacs-git
fi
-pkgver=27.0.50.133353
+pkgver=27.0.50.133355
pkgrel=1
pkgdesc="GNU Emacs. Development."
arch=('x86_64') # Arch Linux only. Users of derivatives are on their own.
@@ -91,7 +91,7 @@ if [[ $CLANG = "YES" ]]; then
makedepends+=( 'clang' 'lld') ;
fi
-if [[ $LTO = "yes" ]]; then
+if [[ $LTO = "YES" ]]; then
export CFLAGS+=" -flto"
export tXXFLAGS+=" -flto"
fi
@@ -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-scrollbars' '--with-xft' '--without-xaw3d' );
elif [[ $LUCID = "YES" ]]; then
_conf+=( '--with-x-toolkit=lucid' '--with-xft' '--with-xaw3d' );
elif [[ $GTK2 = "YES" ]]; then