summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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/')
################################################################################