summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPedro A. López-Valencia2021-03-21 13:26:05 -0500
committerPedro A. López-Valencia2021-03-21 13:26:05 -0500
commite75709e4c6a08f0bcbf377eb3ed5f5c7be06d40f (patch)
tree51e9a792c6318497ff3ea75b011b056a06b90982
parent8bcd071211e0df8ffeff4436ae66b73ecfdca5e0 (diff)
downloadaur-e75709e4c6a08f0bcbf377eb3ed5f5c7be06d40f.tar.gz
28.0.50.145997
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f1ccfe809931..1b9d16184f20 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = emacs-git
pkgdesc = GNU Emacs. Development master branch.
- pkgver = 28.0.50.145975
+ pkgver = 28.0.50.145997
pkgrel = 1
url = http://www.gnu.org/software/emacs/
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index aa493b4fe5dd..665a256a2ab6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -52,7 +52,7 @@ if [[ $CLI == "YES" ]] ; then
else
pkgname="emacs-git"
fi
-pkgver=28.0.50.145975
+pkgver=28.0.50.145997
pkgrel=1
pkgdesc="GNU Emacs. Development master branch."
arch=('x86_64')
@@ -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/"')
################################################################################