summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parentec00ace11ed3a2dbffc9fcecdfec0dfaa00f0378 (diff)
downloadaur-f29a3d2684d2c4f71e4452f06763ed2377034c0a.tar.gz
Finally a restored working git repo!
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
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() {