summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPedro A. López-Valencia2022-01-11 07:00:47 -0500
committerPedro A. López-Valencia2022-01-11 07:00:47 -0500
commitf591f243cc5da7870c3fbaba0bf68b29dbeb1b2d (patch)
tree0f7c99dc8c774105c729ae849cdfc887bc889d9e
parent6e9083d579b5f010eb00158629184a9f8a926848 (diff)
downloadaur-f591f243cc5da7870c3fbaba0bf68b29dbeb1b2d.tar.gz
* Drop pulling sources from Github and use Savannah exclusively.
Savannah is the upstream repository, and it is well maintained unlike Github's. That is, the repo size when pulled from Savannah is 377M as of this date, while Github's is about 1.6G.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD9
2 files changed, 4 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 962aa3237f18..36c1ead19916 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = emacs-git
pkgdesc = GNU Emacs. Development master branch.
- pkgver = 29.0.50.153388
+ pkgver = 29.0.50.153441
pkgrel = 1
url = http://www.gnu.org/software/emacs/
install = emacs-git.install
@@ -40,7 +40,7 @@ pkgbase = emacs-git
replaces = emacs-seq
replaces = emacs-nox
options = !strip
- source = emacs-git::git://github.com/emacs-mirror/emacs.git
+ source = emacs-git::git://git.savannah.gnu.org/emacs.git
b2sums = SKIP
pkgname = emacs-git
diff --git a/PKGBUILD b/PKGBUILD
index de3f1ecf4736..8643f850e59a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -80,7 +80,7 @@ if [[ $CLI == "YES" ]] ; then
else
pkgname="emacs-git"
fi
-pkgver=29.0.50.153388
+pkgver=29.0.50.153441
pkgrel=1
pkgdesc="GNU Emacs. Development master branch."
arch=('x86_64')
@@ -92,12 +92,7 @@ makedepends=('git')
provides=('emacs' 'emacs-pretest' 'emacs26-git' 'emacs-27-git' 'emacs28-git' 'emacs-seq' 'emacs-nox')
conflicts=('emacs' 'emacs-pretest' 'emacs26-git' 'emacs-27-git' 'emacs28-git' 'emacs-seq' 'emacs-nox')
replaces=('emacs' 'emacs-pretest' 'emacs26-git' 'emacs-27-git' 'emacs28-git' 'emacs-seq' 'emacs-nox')
-#
-# If Savannah fails for reasons, use Github's mirror
-#
-#source=("emacs-git::git://git.savannah.gnu.org/emacs.git")
-#
-source=("emacs-git::git://github.com/emacs-mirror/emacs.git")
+source=("emacs-git::git://git.savannah.gnu.org/emacs.git")
options=(!strip)
install=emacs-git.install
b2sums=('SKIP')