summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Auditor2016-11-03 12:14:46 +0100
committerStefan Auditor2016-11-03 12:14:46 +0100
commitdc61fc91c1b6f8891b16fcd71fca079f64531b74 (patch)
treecfb2f2e3fb1b0f4e23f06c2ee88c6d1adc3dd7ca
parent176ec434194a52a13866f4330433fd5a77c8178e (diff)
downloadaur-dc61fc91c1b6f8891b16fcd71fca079f64531b74.tar.gz
Update to upstream version 1.0.0-rc7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 19b29fc2ab7d..0af2fa723b92 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = drupalconsole
pkgdesc = The Drupal Console is a suite of tools that you run on a command line interface (CLI) to generate boilerplate code and interact with a Drupal 8 installation.
- pkgver = 1.0.0_rc6
+ pkgver = 1.0.0_rc7
pkgrel = 1
url = http://drupalconsole.com/
install = drupalconsole.install
@@ -10,8 +10,8 @@ pkgbase = drupalconsole
makedepends = php-composer
makedepends = git
depends = php
- source = drupalconsole::https://github.com/hechoendrupal/drupal-console-launcher/archive/1.0.0-rc6.tar.gz
- sha512sums = 6e7c0d4ffaaf5e33662dc56c168d9594249b79d7da79350493d5dedd91745e1d9442707a25a32ee271c163e7d34a0372e834a9f1acf631bfc5a32ce3a836d01c
+ source = drupalconsole::https://github.com/hechoendrupal/drupal-console-launcher/archive/1.0.0-rc7.tar.gz
+ sha512sums = 1ce337afc09194007ab110bcdd2aaaa58fddf5e71c1918d4d55806eecad1ae1f6778be7b17201065b275b8cf43c3d2e0e8cfa92c5587ce60b44081466e538df3
pkgname = drupalconsole
diff --git a/PKGBUILD b/PKGBUILD
index 0e1cfa168ff6..dc2577bc62a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=drupalconsole
pkgname=${_pkgname}
-pkgver=1.0.0_rc6
+pkgver=1.0.0_rc7
pkgrel=1
pkgdesc="The Drupal Console is a suite of tools that you run on a command line interface (CLI) to generate boilerplate code and interact with a Drupal 8 installation."
arch=('any')
@@ -13,7 +13,7 @@ depends=('php')
makedepends=("php-box" "php-composer" "git")
install="${_pkgname}.install"
source=("${_pkgname}"::"https://github.com/hechoendrupal/drupal-console-launcher/archive/${pkgver//_/-}.tar.gz")
-sha512sums=('6e7c0d4ffaaf5e33662dc56c168d9594249b79d7da79350493d5dedd91745e1d9442707a25a32ee271c163e7d34a0372e834a9f1acf631bfc5a32ce3a836d01c')
+sha512sums=('1ce337afc09194007ab110bcdd2aaaa58fddf5e71c1918d4d55806eecad1ae1f6778be7b17201065b275b8cf43c3d2e0e8cfa92c5587ce60b44081466e538df3')
build() {
cd "${srcdir}/drupal-console-launcher-${pkgver//_/-}"