summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorP.A. López-Valencia2016-02-23 07:32:55 -0500
committerP.A. López-Valencia2016-02-23 07:32:55 -0500
commit4799eb294826602648f19612c875f14be5cd1502 (patch)
treec4d485edcc84c1c7bf6d7f25c5bb43b045c3cb9c /PKGBUILD
parent7625231966b5decb308a6b4b3cd4d2d1d73a6a58 (diff)
downloadaur-4799eb294826602648f19612c875f14be5cd1502.tar.gz
Apparently direct git:// access has stopped. Security reasons?
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b397ce93de16..372a4fd94bb9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
#
pkgname=emacs-git
-pkgver=25.1.50.r124944
+pkgver=25.1.50.r125104
pkgrel=1
pkgdesc="GNU Emacs. Master development branch."
arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@ makedepends=('git')
conflicts=('emacs')
provides=('emacs')
install="$pkgname".install
-source=("$pkgname::git://git.savannah.gnu.org/emacs.git")
+source=("$pkgname::git+http://git.savannah.gnu.org/r/emacs.git")
md5sums=('SKIP')
pkgver() {