summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Finelli2016-01-07 08:33:45 -0500
committerMario Finelli2016-01-07 08:33:45 -0500
commitaa41048544ab811d8d53bc1567ad4b428015355e (patch)
tree7537f026738bce5413f3654292701d915116d3ab
parent0960a9cda0bd331b50fb1aec0c816796f4c5ead5 (diff)
downloadaur-aa41048544ab811d8d53bc1567ad4b428015355e.tar.gz
Bump to version 8.0.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD9
2 files changed, 11 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 68397ae25521..58e5b28db0f6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Thu Jan 7 13:31:44 UTC 2016
pkgbase = drush
pkgdesc = Drush is a command line shell and Unix scripting interface for Drupal
- pkgver = 8.0.0
+ pkgver = 8.0.1
pkgrel = 1
url = https://github.com/drush-ops/drush/
install = drush.install
@@ -8,10 +10,10 @@ pkgbase = drush
license = GPL
depends = php
depends = php-composer
- source = http://github.com/drush-ops/drush/archive/8.0.0.tar.gz
+ source = http://github.com/drush-ops/drush/archive/8.0.1.tar.gz
source = http://download.pear.php.net/package/Console_Table-1.2.1.tgz
- md5sums = 133970474ac88ed86e1619f40ec35283
- md5sums = 87e0447d69f396eb755c3a8629a9d8d9
+ md5sums = cde5243544a6ac076c9ade447f4367e9
+ md5sums = 027b5bce93e53111e55b14111118de98
pkgname = drush
diff --git a/PKGBUILD b/PKGBUILD
index 059accf885df..e61bdd182e3d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
-# Maintainer: Eduardo Leggiero <https://www.leggiero.uk/>
+# Maintainer: Mario Finelli <mario dot finelli at yahoo dot com>
+# Contributor: Eduardo Leggiero <https://www.leggiero.uk/>
# Contributor: Josh 'jheretic' King <josh at chambana dot net>
# Contributor: James An <james@jamesan.ca>
pkgname=drush
-pkgver=8.0.0
+pkgver=8.0.1
pkgrel=1
pkgdesc="Drush is a command line shell and Unix scripting interface for Drupal"
arch=('any')
@@ -15,8 +16,8 @@ source=(
"http://github.com/drush-ops/$pkgname/archive/$pkgver.tar.gz"
'http://download.pear.php.net/package/Console_Table-1.2.1.tgz'
)
-md5sums=('133970474ac88ed86e1619f40ec35283'
- '87e0447d69f396eb755c3a8629a9d8d9')
+md5sums=('cde5243544a6ac076c9ade447f4367e9'
+ '027b5bce93e53111e55b14111118de98')
package() {
cd "${pkgname}-${pkgver}"