summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro López-Valencia2018-01-24 18:54:35 -0500
committerAlejandro López-Valencia2018-01-24 18:54:35 -0500
commitae1184705b881860e7ec6c3733f1063b5684d474 (patch)
tree92cafae7d2837fe6e5b8ff307f7934af3435a7e6
parentd480d89c92fbae76a1bf0864c5db1fb254287b1f (diff)
downloadaur-ae1184705b881860e7ec6c3733f1063b5684d474.tar.gz
Why, oh what couldn't I fix the xml2 silliness at first try?
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD12
2 files changed, 2 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cc90e2d51a33..9450066263b0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = emacs-git
pkgdesc = GNU Emacs. Development.
- pkgver = 27.0.50.131888
+ pkgver = 27.0.50.131889
pkgrel = 1
url = http://www.gnu.org/software/emacs/
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index d08f06839305..0030ff6850ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -72,7 +72,7 @@ if [[ BRANCH = "emacs-26" ]]; then
else
pkgname=emacs-git
fi
-pkgver=27.0.50.131888
+pkgver=27.0.50.131889
pkgrel=1
pkgdesc="GNU Emacs. Development."
arch=('x86_64') # Arch Linux only. Users of derivatives are on their own.
@@ -240,16 +240,6 @@ else
_conf+=( '--without-imagemagick' );
fi
-if [[ $XML2 = "YES" ]]; then
- _conf+=(
- '--with-xml2'
- );
-else
- _conf+=(
- '--without-xml2'
- );
-fi
-
if [[ $CAIRO = "YES" ]]; then
_conf+=( '--with-cairo' );
fi