summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parent5507bdf9570c884b31769c73b35e0ba123482d89 (diff)
downloadaur-afcdd77d9eee759f8b5cdf2526774b841bd253d1.tar.gz
28.0.50.139832
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD16
1 files changed, 8 insertions, 8 deletions
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.