summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorP.A. López-Valencia2016-04-26 18:03:21 -0500
committerP.A. López-Valencia2016-04-26 18:03:21 -0500
commitfa1c5f464a3d4d094d2c08779b7707f229845095 (patch)
tree9d523f4b55be096d3135c1e5feb729822fc7949a /PKGBUILD
parent60e0fd2a334c8fceb7fab230b7c14818fb880ff8 (diff)
downloadaur-fa1c5f464a3d4d094d2c08779b7707f229845095.tar.gz
Argh! Typo fixin' time. Thanks to aminb.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 37df00c68fd5..342f2f1b79bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -44,8 +44,8 @@ DOCS_PDF= # Generate and install pdf documentation.
#######################################################################
pkgname=emacs-git
-pkgver=25.1.50.r125748
-pkgrel=1
+pkgver=25.1.50.r125750
+pkgrel=2
pkgdesc="GNU Emacs. Version 25 development and maintenance branch."
arch=('i686' 'x86_64')
url="http://www.gnu.org/software/emacs/"
@@ -100,9 +100,9 @@ build() {
#######################################################################
#######################################################################
if [[ $GTK3 = "YES" ]]; then
- _conf+=('--with-xtoolkit=gtk3' '--without-gconf' '--with-gsettings');
+ _conf+=('--with-xtoolkit=gtk3' '--without-gconf' '--without-gsettings');
else
- _conf+=('with-xtoolkit=gtk2' '--with-gconf' '--without-gsettings');
+ _conf+=('--with-xtoolkit=gtk2' '--without-gconf' '--without-gsettings');
fi
if [[ $LTO = "YES" ]]; then _conf+=('--enable-link-time-optimization'); fi
if [[ $CAIRO = "YES" ]]; then _conf+=('--with-cairo'); fi