summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJames An2015-08-04 13:39:56 -0400
committerJames An2015-08-04 13:40:04 -0400
commit0205b4c0dd157c8b9537563051c922a9b26d6177 (patch)
treecbcba9dfe56970166437690278bc00f266844d08 /PKGBUILD
parent88e3ccae670e9740932779cbe69da8ad49330d6f (diff)
downloadaur-0205b4c0dd157c8b9537563051c922a9b26d6177.tar.gz
Bumped version and added PHP extensions to drush.ini.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4112c23f7686..019cc55b7fe2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
_pkgname=drush
pkgname=$_pkgname-git
-pkgver=8.0.0.beta12.r50.ge0f7248
-pkgrel=2
+pkgver=8.0.0.beta12.r51.gc4b8883
+pkgrel=1
pkgdesc='The Drupal command-line shell, git version.'
arch=('any')
url="https://github.com/drush-ops/$pkgname"
@@ -17,7 +17,7 @@ install=$pkgname.install
source=("git://github.com/drush-ops/$_pkgname.git"
"$_pkgname.ini")
md5sums=('SKIP'
- 'ef1a3b084642681c8a39d218284ce13d')
+ 'dca6f47289ea903c85ac997c9cf520d5')
pkgver() {
cd "$_pkgname"