summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJames An2015-11-28 18:12:42 -0500
committerJames An2015-11-28 18:12:42 -0500
commit12aca7a235b898836cf2b77a084d6645fc951476 (patch)
tree2434df51158515bb5d50469222bf0ea9e84286a0 /PKGBUILD
parent96c2ce02b904a89cdc6902eb695698d823852718 (diff)
downloadaur-12aca7a235b898836cf2b77a084d6645fc951476.tar.gz
Fixed source repo address to comply with VCS guidelines and updated package to latest upstream revision.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4162188ce329..c2cb85b23640 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=drush
pkgname=$_pkgname-git
-pkgver=8.0.0.rc4.r10.gf303433
+pkgver=8.0.0.r47.g9e52b4b
pkgrel=1
pkgdesc='The Drupal command-line shell, git version.'
arch=('any')
@@ -14,7 +14,7 @@ makedepends=('git')
provides=("$_pkgname=$pkgver")
conflicts=("$_pkgname")
install=$pkgname.install
-source=("git://github.com/drush-ops/$_pkgname.git"
+source=("$_pkgname"::"git+https://github.com/drush-ops/$_pkgname.git"
"errors.$_pkgname.ini"
"req.$_pkgname.ini")
md5sums=('SKIP'