summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1b9d16184f20..7bd564ea87ba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = emacs-git
pkgdesc = GNU Emacs. Development master branch.
pkgver = 28.0.50.145997
- pkgrel = 1
+ pkgrel = 2
url = http://www.gnu.org/software/emacs/
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 665a256a2ab6..b04ac25b4fb2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -53,7 +53,7 @@ else
pkgname="emacs-git"
fi
pkgver=28.0.50.145997
-pkgrel=1
+pkgrel=2
pkgdesc="GNU Emacs. Development master branch."
arch=('x86_64')
url="http://www.gnu.org/software/emacs/"
@@ -243,7 +243,7 @@ if [[ $NOGZ == "YES" ]]; then
fi
# ctags/etags may be provided by other packages, e.g, universal-ctags
-_conf+=('--program-transform-name="s/\([ec]tags\)/\1.emacs/"')
+_conf+=('--program-transform-name=s/\([ec]tags\)/\1.emacs/')
################################################################################