summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parenteff2d86bd918a3e43863b2cc33ca4dcdff94ec63 (diff)
downloadaur-3504f2a607b79959af72961ddc23714a80b3b8d2.tar.gz
Fix another typo that neutered emacs26 compilation.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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/"