summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorP.A. López-Valencia2016-02-23 07:38:10 -0500
committerP.A. López-Valencia2016-02-23 07:38:10 -0500
commitec00ace11ed3a2dbffc9fcecdfec0dfaa00f0378 (patch)
treeb584b0be165681f286a2eebee086c1b84a423692 /PKGBUILD
parenta1641ae1dfba752e67e50409037ca79f33037e1c (diff)
downloadaur-ec00ace11ed3a2dbffc9fcecdfec0dfaa00f0378.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 abe79b59aaa3..d1a749b93d1d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
#
pkgname=emacs25-git
-pkgver=25.0.91.r124424
+pkgver=25.0.91.r124452
pkgrel=1
pkgdesc="GNU Emacs. Version 25 development and maintenance 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#branch=emacs-25")
+source=("$pkgname::git+http://git.savannah.gnu.org/r/emacs.git#branch=emacs-25")
md5sums=('SKIP')
pkgver() {