summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpancho horrillo2022-01-12 12:10:39 +0100
committerpancho horrillo2022-01-12 12:10:39 +0100
commit9b243fd63f5153b30c9f81e17137fd124ed36258 (patch)
tree1d84e574e058e060907f359f6988c53c251d9351
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
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 701b20c05e30..2662b4e569e0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = emacs28-git
pkgdesc = emacs-28 release branch
- pkgver = 28.0.91.151127
- pkgrel = 2
+ pkgver = 28.0.91.151129
+ pkgrel = 1
url = http://www.gnu.org/software/emacs/
install = emacs28-git.install
arch = x86_64
@@ -34,7 +34,7 @@ pkgbase = emacs28-git
replaces = emacs-seq
replaces = emacs-nox
options = !strip
- source = emacs28-git::git+https://github.com/emacs-mirror/emacs.git#branch=emacs-28
+ source = emacs28-git::git+https://git.savannah.gnu.org/git/emacs.git#branch=emacs-28
b2sums = SKIP
pkgname = emacs28-git
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)
################################################################################