summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
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.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 2 insertions, 7 deletions
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')