summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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/"