summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorP.A. López-Valencia2016-04-26 11:58:52 -0500
committerP.A. López-Valencia2016-04-26 11:58:52 -0500
commit60e0fd2a334c8fceb7fab230b7c14818fb880ff8 (patch)
treec4521e698deac746fe93b742f8406b7e32dc9f57 /PKGBUILD
parentaf805518af63f2a8ca2f5d2c61c00523344e7c92 (diff)
downloadaur-60e0fd2a334c8fceb7fab230b7c14818fb880ff8.tar.gz
Making gtk2 the default as gtk3 3.20 breaks frame geometry.
Wondering why no one has complained yet...
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fceb4a9162ea..37df00c68fd5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -35,7 +35,7 @@
#######################################################################
# Assign "YES" to the variable you want enabled, empty otherwise
#######################################################################
-GTK3="YES" # Leave empty to compile with gtk+ 2 support
+GTK3= # Leave empty to compile with gtk+ 2 support
LTO= # Enable link-time optimization. Broken.
CAIRO= # Very broken for me. Use at own risk.
XWIDGETS= # Use GTK+ native widgets pulled from webkitgtk.
@@ -44,7 +44,7 @@ DOCS_PDF= # Generate and install pdf documentation.
#######################################################################
pkgname=emacs-git
-pkgver=25.1.50.r125630
+pkgver=25.1.50.r125748
pkgrel=1
pkgdesc="GNU Emacs. Version 25 development and maintenance branch."
arch=('i686' 'x86_64')