summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpancho horrillo2021-10-06 20:46:59 +0200
committerpancho horrillo2021-10-06 20:46:59 +0200
commit3c5c28b3b86285c24d54f6a1c2b32cb2a37442be (patch)
tree99afd55414a9932e273385363fdaccf9abbd74d7
parentc4819005daeaab034fc217673ef886009e97dd27 (diff)
downloadaur-3c5c28b3b86285c24d54f6a1c2b32cb2a37442be.tar.gz
Fix install file call
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc5bebc70bb0..9e38cef767a3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = emacs28-git
pkgdesc = GNU Emacs. emacs-28 release branch.
- pkgver = 28.0.60.150525
+ pkgver = 28.0.60.150631
pkgrel = 1
url = http://www.gnu.org/software/emacs/
install = emacs28-git.install
diff --git a/PKGBUILD b/PKGBUILD
index bd79d28286a5..f5bb24b84f2f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -71,7 +71,7 @@ if [[ $CLI == "YES" ]] ; then
else
pkgname="emacs28-git"
fi
-pkgver=28.0.60.150555
+pkgver=28.0.60.150631
pkgrel=1
pkgdesc="GNU Emacs. emacs-28 release branch."
arch=('x86_64')
@@ -87,7 +87,7 @@ replaces=('emacs' 'emacs26-git' 'emacs-27-git' 'emacs-git' 'emacs-seq' 'emacs-no
# If Savannah fails for reasons, use Github's mirror
source=("emacs28-git::git://github.com/emacs-mirror/emacs.git#branch=emacs-28")
options=(!strip)
-install="$pkgname".install
+install=emacs28-git.install
b2sums=('SKIP')
################################################################################