summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro López-Valencia2018-11-01 14:48:13 +0000
committerAlejandro López-Valencia2018-11-01 14:48:13 +0000
commit45212fc182afd12881fe8520da2d43da297d251d (patch)
treeda10273c9d595f5c0f66e91a15fc9c3311ad0d50
parent10a18247f0ef038892fc219e0c70aa2d309de1d0 (diff)
downloadaur-45212fc182afd12881fe8520da2d43da297d251d.tar.gz
small semantic fix
-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.