summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro López-Valencia2018-10-05 12:13:38 -0500
committerAlejandro López-Valencia2018-10-05 12:13:38 -0500
commit10a18247f0ef038892fc219e0c70aa2d309de1d0 (patch)
tree9acbe5746b28fbe3579a7f810252318e3464c88d
parentf084bf29a65a6bc75ada5253bf8d3db50a76d7fb (diff)
downloadaur-10a18247f0ef038892fc219e0c70aa2d309de1d0.tar.gz
27.0.50.134300
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd98b0171adc..568ee700785c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = emacs-git
pkgdesc = GNU Emacs. Development.
- pkgver = 27.0.50.133972
+ pkgver = 27.0.50.134300
pkgrel = 1
url = http://www.gnu.org/software/emacs/
arch = x86_64
@@ -14,6 +14,7 @@ pkgbase = emacs-git
depends = libotf
depends = libjpeg-turbo
depends = giflib
+ provides = emacs
conflicts = emacs
replaces = emacs
source = emacs-git::git+https://github.com/emacs-mirror/emacs.git#branch=master
diff --git a/PKGBUILD b/PKGBUILD
index 4dab5c92f906..ae4cbd969922 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -72,7 +72,7 @@ if [[ $BRANCH = "emacs-26" ]]; then
else
pkgname=emacs-git
fi
-pkgver=27.0.50.133972
+pkgver=27.0.50.134300
pkgrel=1
pkgdesc="GNU Emacs. Development."
arch=('x86_64') # Arch Linux only. Users of derivatives are on their own.
@@ -149,6 +149,7 @@ fi
#######################################################################
#######################################################################
+provides=('emacs')
conflicts=('emacs')
replaces=('emacs')
source=("emacs-git::git+https://github.com/emacs-mirror/emacs.git#branch=$BRANCH")