[PKGBUILD] Freeze Emacs for Magit bug workaround
continuous-integration/drone/push Build is failing Details

Due to https://github.com/magit/magit/issues/4720 and
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62093, freeze Emacs
version at commit
0214e9021b
This commit is contained in:
Lucien Cartier-Tilet 2023-03-10 23:31:01 +01:00
parent a389169420
commit b6ce065c83
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@ if [[ $CLI == "YES" ]] ; then
else
pkgname="emacs-phundrak-git"
fi
pkgver=30.0.50.165353
pkgver=30.0.50.164787
pkgrel=1
pkgdesc="GNU Emacs. Development master branch with Phundraks tweaks."
arch=('x86_64')
@ -77,7 +77,7 @@ makedepends=('git')
provides=('emacs')
replaces=('emacs')
# source=("emacs-git::git://git.savannah.gnu.org/emacs.git")
source=("emacs-git::git+https://git.savannah.gnu.org/git/emacs.git")
source=("emacs-git::git+https://git.savannah.gnu.org/git/emacs.git#commit=0214e9021b4dbbda1b6040e3b692f29d77a3b8cc")
b2sums=('SKIP')
OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !debug)
install=emacs-git.install