summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPedro A. López-Valencia2019-12-24 10:01:48 -0500
committerPedro A. López-Valencia2019-12-24 10:01:48 -0500
commitafcdd77d9eee759f8b5cdf2526774b841bd253d1 (patch)
tree9906d9710d4cbbc12034a32c1bb24b6cf7602aaa
parent5507bdf9570c884b31769c73b35e0ba123482d89 (diff)
downloadaur-afcdd77d9eee759f8b5cdf2526774b841bd253d1.tar.gz
28.0.50.139832
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD16
2 files changed, 13 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ec532b21f06d..1753ea4fffec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = emacs-git
pkgdesc = GNU Emacs. Development master branch.
- pkgver = 27.0.50.139793
- pkgrel = 2
+ pkgver = 28.0.50.139832
+ pkgrel = 1
url = http://www.gnu.org/software/emacs/
arch = x86_64
license = GPL3
@@ -21,8 +21,11 @@ pkgbase = emacs-git
provides = emacs
provides = emacs-seq
conflicts = emacs
+ conflicts = emacs26-git
+ conflicts = emacs-27-git
conflicts = emacs-seq
replaces = emacs26-git
+ replaces = emacs27-git
replaces = emacs-seq
options = !strip
source = emacs-git::git://git.savannah.gnu.org/emacs.git
diff --git a/PKGBUILD b/PKGBUILD
index b96895d1fa6b..1ca2c9828293 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -58,17 +58,17 @@ NOGZ="YES" # Don't compress .el files.
################################################################################
pkgname="emacs-git"
-pkgver=27.0.50.139793
-pkgrel=2
+pkgver=28.0.50.139832
+pkgrel=1
pkgdesc="GNU Emacs. Development master branch."
-arch=('x86_64')
+arch=('x86_64' )
url="http://www.gnu.org/software/emacs/"
-license=('GPL3')
-depends=( 'alsa-lib' 'gnutls' 'libxml2' 'jansson' 'libotf' 'harfbuzz' 'gpm' )
-makedepends=( 'git' )
+license=('GPL3' )
+depends=('alsa-lib' 'gnutls' 'libxml2' 'jansson' 'libotf' 'harfbuzz' 'gpm')
+makedepends=('git')
provides=('emacs' 'emacs-seq')
-conflicts=('emacs' 'emacs-seq')
-replaces=('emacs26-git' 'emacs-seq')
+conflicts=('emacs' 'emacs26-git' 'emacs-27-git' 'emacs-seq')
+replaces=('emacs26-git' 'emacs27-git' 'emacs-seq')
source=("emacs-git::git://git.savannah.gnu.org/emacs.git")
# If Savannah access is blocked for reasons, use Github instead.
# Edit the config file of your local repo copy as well.