summarylogtreecommitdiffstats
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
parenta1641ae1dfba752e67e50409037ca79f33037e1c (diff)
downloadaur-ec00ace11ed3a2dbffc9fcecdfec0dfaa00f0378.tar.gz
Apparently direct git:// access has stopped. Security reasons?
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 508c0e2010aa..72ad57d150ae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Feb 20 20:27:56 UTC 2016
+# Tue Feb 23 12:38:06 UTC 2016
pkgbase = emacs25-git
pkgdesc = GNU Emacs. Version 25 development and maintenance branch.
- pkgver = 25.0.91.r124424
+ pkgver = 25.0.91.r124452
pkgrel = 1
url = http://www.gnu.org/software/emacs/
install = emacs25-git.install
@@ -24,7 +24,7 @@ pkgbase = emacs25-git
depends = gnutls
provides = emacs
conflicts = emacs
- source = emacs25-git::git://git.savannah.gnu.org/emacs.git#branch=emacs-25
+ source = emacs25-git::git+http://git.savannah.gnu.org/r/emacs.git#branch=emacs-25
md5sums = SKIP
pkgname = emacs25-git
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() {