summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Finelli2016-01-15 08:26:41 -0500
committerMario Finelli2016-01-15 08:26:41 -0500
commit9b448bf03f83f6f8bf3d777769ee42cea919a64d (patch)
treec821dd23e0a3a02819568e894c5dd2407f8f542f
parente053513222d9ab799422a18362762ec9b9a33d43 (diff)
downloadaur-9b448bf03f83f6f8bf3d777769ee42cea919a64d.tar.gz
Bump to 8.0.2 and turn off readonly
Disable php phar.readonly for compilation of the package.
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 51981e6c4dc6..f174d443269e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Jan 8 01:10:07 UTC 2016
+# Fri Jan 15 13:26:27 UTC 2016
pkgbase = drush
pkgdesc = Drush is a command line shell and Unix scripting interface for Drupal.
- pkgver = 8.0.1
- pkgrel = 4
+ pkgver = 8.0.2
+ pkgrel = 1
url = https://github.com/drush-ops/drush/
install = drush.install
arch = any
@@ -12,9 +12,9 @@ pkgbase = drush
makedepends = php-box
depends = php
source = drush.install
- source = https://github.com/drush-ops/drush/archive/8.0.1.tar.gz
+ source = https://github.com/drush-ops/drush/archive/8.0.2.tar.gz
sha256sums = e800601699e4b1ea0a0057fc91827b31fc8c5070f5014df2777396aabc7680ec
- sha256sums = 10b327403ad2fc929a79a8133197183d8a72c4606c58212b3a8008c3a23fc990
+ sha256sums = ad796ad33189d897213c1d0a11b539f6a752f63a9c4f17e343af5fcc895f6bbd
pkgname = drush
diff --git a/PKGBUILD b/PKGBUILD
index 4e879f6c3a25..0bcf70a77e2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Contributor: James An <james@jamesan.ca>
pkgname=drush
-pkgver=8.0.1
-pkgrel=4
+pkgver=8.0.2
+pkgrel=1
pkgdesc="Drush is a command line shell and Unix scripting interface for Drupal."
arch=('any')
url="https://github.com/drush-ops/drush/"
@@ -17,7 +17,7 @@ source=(
"drush.install"
"https://github.com/drush-ops/${pkgname}/archive/$pkgver.tar.gz")
sha256sums=('e800601699e4b1ea0a0057fc91827b31fc8c5070f5014df2777396aabc7680ec'
- '10b327403ad2fc929a79a8133197183d8a72c4606c58212b3a8008c3a23fc990')
+ 'ad796ad33189d897213c1d0a11b539f6a752f63a9c4f17e343af5fcc895f6bbd')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
@@ -29,7 +29,7 @@ prepare() {
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- php-box build
+ php -d phar.readonly=Off /usr/bin/php-box build
}
package() {