summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpancho horrillo2022-01-12 12:10:39 +0100
committerpancho horrillo2022-01-12 12:10:39 +0100
commit9b243fd63f5153b30c9f81e17137fd124ed36258 (patch)
tree1d84e574e058e060907f359f6988c53c251d9351 /PKGBUILD
parentf1d46a27fc872e414519c0345e2e37a203930643 (diff)
downloadaur-9b243fd63f5153b30c9f81e17137fd124ed36258.tar.gz
Drop pulling sources from Github and use Savannah
Cherry-picked from emacs-git¹. Savannah is the upstream repository, and it is well maintained unlike Github's. That is, the repo size when pulled from Savannah is 0.5GB as of this date, while Github's is about 1.6GB. [1]: https://aur.archlinux.org/cgit/aur.git/commit/?h=emacs-git&id=f591f243cc5da7870c3fbaba0bf68b29dbeb1b2d
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c6b40afb07bb..c175b9127665 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -60,8 +60,8 @@ if [[ $CLI == YES ]]; then
else
pkgname=emacs28-git
fi
-pkgver=28.0.91.151127
-pkgrel=2
+pkgver=28.0.91.151129
+pkgrel=1
pkgdesc='emacs-28 release branch'
arch=(x86_64)
url=http://www.gnu.org/software/emacs/
@@ -74,9 +74,7 @@ conflicts=(emacs emacs26-git emacs-27-git emacs-git emacs-seq emacs-nox)
replaces=(emacs emacs26-git emacs-27-git emacs-git emacs-seq emacs-nox)
options=(!strip)
install=emacs28-git.install
-# Savannah may fail, use GitHub’s mirror instead
-#source=($pkgname::git://git.savannah.gnu.org/emacs.git#branch=emacs-28)
-source=($pkgname::git+https://github.com/emacs-mirror/emacs.git#branch=emacs-28)
+source=($pkgname::git+https://git.savannah.gnu.org/git/emacs.git#branch=emacs-28)
b2sums=(SKIP)
################################################################################