summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorP.A. López-Valencia2016-02-29 18:56:09 -0500
committerP.A. López-Valencia2016-02-29 18:56:09 -0500
commitf29a3d2684d2c4f71e4452f06763ed2377034c0a (patch)
treec85a01f046d3a7988dddc4e7418dae93387ffb0a
parentec00ace11ed3a2dbffc9fcecdfec0dfaa00f0378 (diff)
downloadaur-f29a3d2684d2c4f71e4452f06763ed2377034c0a.tar.gz
Finally a restored working git repo!
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 72ad57d150ae..05a62e3690a3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Feb 23 12:38:06 UTC 2016
+# Mon Feb 29 23:56:05 UTC 2016
pkgbase = emacs25-git
pkgdesc = GNU Emacs. Version 25 development and maintenance branch.
- pkgver = 25.0.91.r124452
+ pkgver = 25.0.91.r124491
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+http://git.savannah.gnu.org/r/emacs.git#branch=emacs-25
+ source = emacs25-git::git://git.savannah.gnu.org/emacs.git#branch=emacs-25
md5sums = SKIP
pkgname = emacs25-git
diff --git a/PKGBUILD b/PKGBUILD
index d1a749b93d1d..ceeb5c4cd937 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
#
pkgname=emacs25-git
-pkgver=25.0.91.r124452
+pkgver=25.0.91.r124491
pkgrel=1
pkgdesc="GNU Emacs. Version 25 development and maintenance branch."
arch=('i686' 'x86_64')
@@ -20,7 +20,8 @@ makedepends=('git')
conflicts=('emacs')
provides=('emacs')
install="$pkgname".install
-source=("$pkgname::git+http://git.savannah.gnu.org/r/emacs.git#branch=emacs-25")
+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() {