summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Auditor2016-10-06 15:14:27 +0200
committerStefan Auditor2016-10-06 15:14:27 +0200
commit272d40dda5a7597750be2f5634a7fbb9f6329685 (patch)
tree1ef61a0c05d99fad1f58d67189cd067c492b0444
parent7a4a037a3fad2e580a65725d73a7ab13f25aa764 (diff)
downloadaur-272d40dda5a7597750be2f5634a7fbb9f6329685.tar.gz
Update to upstream version 1.0.0-rc4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 52b69a4cc397..eefc734edbe6 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_rc3
+ pkgver = 1.0.0_rc4
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-rc3.tar.gz
- sha512sums = 9fbe1f6c773de3347d5cc54ac7f6f1a431dc0ca8076a295bf5621941cf35126d1353c45d84d96bcc27f40715ad918a7d28254b1b1daf7a6da5d28a351f8d469e
+ source = drupalconsole::https://github.com/hechoendrupal/drupal-console-launcher/archive/1.0.0-rc4.tar.gz
+ sha512sums = 58f933b917bdd4e04982d57f7f6e7f9b1473044f50cf548a89bc51c0be82595a246cb2fbd772de686a72fb39344cfc8c1a2272df47a6ce9435c26c98b116ba48
pkgname = drupalconsole
diff --git a/PKGBUILD b/PKGBUILD
index ea5062dcf932..a49f20a40584 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=drupalconsole
pkgname=${_pkgname}
-pkgver=1.0.0_rc3
+pkgver=1.0.0_rc4
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=('9fbe1f6c773de3347d5cc54ac7f6f1a431dc0ca8076a295bf5621941cf35126d1353c45d84d96bcc27f40715ad918a7d28254b1b1daf7a6da5d28a351f8d469e')
+sha512sums=('58f933b917bdd4e04982d57f7f6e7f9b1473044f50cf548a89bc51c0be82595a246cb2fbd772de686a72fb39344cfc8c1a2272df47a6ce9435c26c98b116ba48')
build() {
cd "${srcdir}/drupal-console-launcher-${pkgver//_/-}"