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 568ee700785c..8b317e42e710 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = emacs-git
pkgdesc = GNU Emacs. Development.
pkgver = 27.0.50.134300
- pkgrel = 1
+ pkgrel = 2
url = http://www.gnu.org/software/emacs/
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index ae4cbd969922..e29b4c269c4d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -73,7 +73,7 @@ else
pkgname=emacs-git
fi
pkgver=27.0.50.134300
-pkgrel=1
+pkgrel=2
pkgdesc="GNU Emacs. Development."
arch=('x86_64') # Arch Linux only. Users of derivatives are on their own.
url="http://www.gnu.org/software/emacs/"
@@ -151,7 +151,7 @@ fi
#######################################################################
provides=('emacs')
conflicts=('emacs')
-replaces=('emacs')
+replaces=('emacs26-git')
source=("emacs-git::git+https://github.com/emacs-mirror/emacs.git#branch=$BRANCH")
md5sums=('SKIP')
# If Github access is blocked for reasons, use Savannah's servers instead.