summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPedro A. López-Valencia2018-06-23 09:58:28 -0500
committerPedro A. López-Valencia2018-06-23 09:58:28 -0500
commit3504f2a607b79959af72961ddc23714a80b3b8d2 (patch)
treed4d1d03b5ae411300a1f7089f048d740d818973b
parenteff2d86bd918a3e43863b2cc33ca4dcdff94ec63 (diff)
downloadaur-3504f2a607b79959af72961ddc23714a80b3b8d2.tar.gz
Fix another typo that neutered emacs26 compilation.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eb26b0f2f2ad..5b4020e70787 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = emacs-git
pkgdesc = GNU Emacs. Development.
- pkgver = 27.0.50.133355
- pkgrel = 2
+ pkgver = 27.0.50.133470
+ pkgrel = 1
url = http://www.gnu.org/software/emacs/
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 00c35e4bcc63..027b6415354c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -67,13 +67,13 @@ NOGZ= # Don't compress el files.
#######################################################################
#######################################################################
-if [[ BRANCH = "emacs-26" ]]; then
+if [[ $BRANCH = "emacs-26" ]]; then
pkgname=emacs26-git
else
pkgname=emacs-git
fi
-pkgver=27.0.50.133355
-pkgrel=2
+pkgver=27.0.50.133470
+pkgrel=1
pkgdesc="GNU Emacs. Development."
arch=('x86_64') # Arch Linux only. Users of derivatives are on their own.
url="http://www.gnu.org/software/emacs/"