summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames An2015-02-17 04:49:20 -0500
committerJames An2015-02-17 04:49:20 -0500
commitffd545d1ca648c9047616c5eba2346138970cc62 (patch)
treef2fb4497dae26625368de410db067d078016b39d
parentce674b057828f3fadf08bea62f751ed01038623e (diff)
downloadaur-ffd545d1ca648c9047616c5eba2346138970cc62.tar.gz
Added version to drush provided by drush-git.
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 41cff890a418..cfa4ee42c319 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=drush
pkgname=$_pkgname-git
-pkgver=7.0.0.alpha8.r97.g56909d5
+pkgver=7.0.0.alpha8.r99.g8cbee65
pkgrel=1
pkgdesc="The Drupal command-line shell, git version."
arch=('any')
@@ -11,7 +11,7 @@ url="https://github.com/drush-ops/$pkgname"
license=('GPL')
depends=('bash' 'php-composer')
makedepends=('git')
-provides=("$_pkgname")
+provides=("$_pkgname=$pkgver")
conflicts=("$_pkgname")
source=("git://github.com/drush-ops/$_pkgname.git")
md5sums=('SKIP')