summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Auditor2016-12-01 10:26:04 +0100
committerStefan Auditor2016-12-01 10:26:04 +0100
commit402db405ecaefaa68f50c4b14c8d9d61fc32c64b (patch)
tree8b5e257309a063de6cd77e35297bbf25e1ad7af1
parentdc61fc91c1b6f8891b16fcd71fca079f64531b74 (diff)
downloadaur-402db405ecaefaa68f50c4b14c8d9d61fc32c64b.tar.gz
Update to upstream version 1.0.0-rc8
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0af2fa723b92..f61eb6d6b67a 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_rc7
+ pkgver = 1.0.0_rc8
pkgrel = 1
url = http://drupalconsole.com/
install = drupalconsole.install
@@ -10,7 +10,7 @@ pkgbase = drupalconsole
makedepends = php-composer
makedepends = git
depends = php
- source = drupalconsole::https://github.com/hechoendrupal/drupal-console-launcher/archive/1.0.0-rc7.tar.gz
+ source = drupalconsole::https://github.com/hechoendrupal/drupal-console-launcher/archive/1.0.0-rc8.tar.gz
sha512sums = 1ce337afc09194007ab110bcdd2aaaa58fddf5e71c1918d4d55806eecad1ae1f6778be7b17201065b275b8cf43c3d2e0e8cfa92c5587ce60b44081466e538df3
pkgname = drupalconsole
diff --git a/PKGBUILD b/PKGBUILD
index dc2577bc62a0..4981bd883bbc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=drupalconsole
pkgname=${_pkgname}
-pkgver=1.0.0_rc7
+pkgver=1.0.0_rc8
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=('1ce337afc09194007ab110bcdd2aaaa58fddf5e71c1918d4d55806eecad1ae1f6778be7b17201065b275b8cf43c3d2e0e8cfa92c5587ce60b44081466e538df3')
+sha512sums=('a20e13d4a8d5335a82082a63c0e5f44ebe685724884de8ffd4dd8967d0734bdc910b1af86494c327ea19f7a3c6a9f0879c30d8d381d3c2ac5fcb35532fdfbc4d')
build() {
cd "${srcdir}/drupal-console-launcher-${pkgver//_/-}"