[PKGBUILD] Switch Emacs to emacs-28 branch
This commit is contained in:
parent
d1c1493945
commit
f49266cc3b
@ -60,7 +60,7 @@ if [[ $CLI == "YES" ]] ; then
|
||||
else
|
||||
pkgname="emacs-phundrak-git"
|
||||
fi
|
||||
pkgver=29.0.50.150975
|
||||
pkgver=28.0.60.150848
|
||||
pkgrel=1
|
||||
pkgdesc="GNU Emacs. Development master branch with Phundrak’s tweaks."
|
||||
arch=('x86_64')
|
||||
@ -74,7 +74,7 @@ conflicts=('emacs' 'emacs26-git' 'emacs-27-git' 'emacs-seq' 'emacs-nox' 'emacs-g
|
||||
replaces=('emacs' 'emacs26-git' 'emacs-27-git' 'emacs-seq' 'emacs-nox' 'emacs-git')
|
||||
#source=("emacs-git::git://git.savannah.gnu.org/emacs.git")
|
||||
# If Savannah fails for reasons, use Github's mirror
|
||||
source=("emacs-git::git://github.com/emacs-mirror/emacs.git")
|
||||
source=("emacs-git::git://github.com/emacs-mirror/emacs.git#branch=emacs-28")
|
||||
OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !debug)
|
||||
md5sums=('SKIP')
|
||||
################################################################################
|
||||
|
Loading…
Reference in New Issue
Block a user