summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Auditor2016-10-14 08:04:38 +0200
committerStefan Auditor2016-10-14 08:04:38 +0200
commit9c438d8f1e598de9970c0a5844e55720d6f92c9f (patch)
treedde758d8f2c988944684b2a638e9e4240aa8eccc
parent272d40dda5a7597750be2f5634a7fbb9f6329685 (diff)
downloadaur-9c438d8f1e598de9970c0a5844e55720d6f92c9f.tar.gz
Update to upstream version 1.0.0-rc5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eefc734edbe6..9bcf0a03215b 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_rc4
+ pkgver = 1.0.0_rc5
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-rc4.tar.gz
- sha512sums = 58f933b917bdd4e04982d57f7f6e7f9b1473044f50cf548a89bc51c0be82595a246cb2fbd772de686a72fb39344cfc8c1a2272df47a6ce9435c26c98b116ba48
+ source = drupalconsole::https://github.com/hechoendrupal/drupal-console-launcher/archive/1.0.0-rc5.tar.gz
+ sha512sums = 0a95841c9dfbaaf83880835a1dd747bae455ff874c6df6d92d1da9b3205eb249b253adfa538cdb579d96b985b65eb01f3ceed85d9fdb6daaec5ff6636c8fde7d
pkgname = drupalconsole
diff --git a/PKGBUILD b/PKGBUILD
index a49f20a40584..8ea9875011ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=drupalconsole
pkgname=${_pkgname}
-pkgver=1.0.0_rc4
+pkgver=1.0.0_rc5
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=('58f933b917bdd4e04982d57f7f6e7f9b1473044f50cf548a89bc51c0be82595a246cb2fbd772de686a72fb39344cfc8c1a2272df47a6ce9435c26c98b116ba48')
+sha512sums=('0a95841c9dfbaaf83880835a1dd747bae455ff874c6df6d92d1da9b3205eb249b253adfa538cdb579d96b985b65eb01f3ceed85d9fdb6daaec5ff6636c8fde7d')
build() {
cd "${srcdir}/drupal-console-launcher-${pkgver//_/-}"