summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorP.A. López-Valencia2016-10-28 19:31:13 -0500
committerP.A. López-Valencia2016-10-28 19:31:13 -0500
commitcf2422749175ca2470ff9f409cb67a97b3e78277 (patch)
tree5604a3cbc4095a073ed921a1a2977e1bf2035484
parent2ddab26674099fc3f0fa7d866898675c073c171f (diff)
downloadaur-cf2422749175ca2470ff9f409cb67a97b3e78277.tar.gz
emacs25-git 25.1.50.125246 fix1
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD11
2 files changed, 4 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 29d909188c3e..d7b5130bd11b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = emacs25-git
- pkgdesc = GNU Emacs. Version 25 development and maintenance branch.
+ pkgdesc = GNU Emacs. Version 25 development and maintenance branch. Fix 1.
pkgver = 25.1.50.125246
pkgrel = 1
url = http://www.gnu.org/software/emacs/
diff --git a/PKGBUILD b/PKGBUILD
index 5be0f964a3a6..076268ae003f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -50,14 +50,9 @@ makedepends=('git')
#######################################################################
#######################################################################
if [[ $GTK3 = "YES" ]]; then
- if [[ $XWIDGETS = "YES" ]];
- then depends+=('');
- else depends+=('gtk3'); fi
- else
- if [[ $XWIDGETS = "YES" ]];
- then depends+=('');
- else depends+=('gtk2');
- fi
+ depends+=('gtk3');
+else
+ depends+=('gtk2');
fi
if [[ $CAIRO = "YES" ]]; then depends+=('cairo'); fi
if [[ $XWIDGETS = "" ]]; then depends+=('gnutls'); fi