summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parent10a18247f0ef038892fc219e0c70aa2d309de1d0 (diff)
downloadaur-45212fc182afd12881fe8520da2d43da297d251d.tar.gz
small semantic fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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.