summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Auditor2017-02-13 14:54:14 +0100
committerStefan Auditor2017-02-13 14:54:14 +0100
commit443f4e0052eddc48d363d68dcf7fa8c286483f35 (patch)
tree1bff9743167303e66be0bbd1d84262e0fdcf7a4a
parentbc0890bdd5f96697bbe0222b81b69ddc3642eaa5 (diff)
downloadaur-443f4e0052eddc48d363d68dcf7fa8c286483f35.tar.gz
Update to upstream version 1.0.0-RC16
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a663bcf6eda2..770277c85ef4 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_rc15
+ pkgver = 1.0.0_rc16
pkgrel = 1
url = http://drupalconsole.com/
install = drupalconsole.install
@@ -10,8 +10,8 @@ pkgbase = drupalconsole
makedepends = php-composer
makedepends = git
depends = php
- source = drupalconsole-1.0.0-rc15::https://github.com/hechoendrupal/drupal-console-launcher/archive/1.0.0-rc15.tar.gz
- sha512sums = b3b95e0c2f07eff72d2afcab6d6ebea1b63b5d46fe1f4c8644e0fbb06eafb0d5244fd5adc529beb70abc94da447bccf18364391970fb5d40fe07d45d2c56dccc
+ source = drupalconsole-1.0.0-rc16::https://github.com/hechoendrupal/drupal-console-launcher/archive/1.0.0-rc16.tar.gz
+ sha512sums = 00ed049b46db068bf4654f592c708826133c158c49762f942ec2ce82099aea1b691da134224b6060d4235daa4e313e4095c91d95df5e1b918aee8108bf6cad24
pkgname = drupalconsole
diff --git a/PKGBUILD b/PKGBUILD
index 6e23ead42ca7..14c45124e939 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=drupalconsole
pkgname=${_pkgname}
-pkgver=1.0.0_rc15
+pkgver=1.0.0_rc16
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}-${pkgver//_/-}"::"https://github.com/hechoendrupal/drupal-console-launcher/archive/${pkgver//_/-}.tar.gz")
-sha512sums=('b3b95e0c2f07eff72d2afcab6d6ebea1b63b5d46fe1f4c8644e0fbb06eafb0d5244fd5adc529beb70abc94da447bccf18364391970fb5d40fe07d45d2c56dccc')
+sha512sums=('00ed049b46db068bf4654f592c708826133c158c49762f942ec2ce82099aea1b691da134224b6060d4235daa4e313e4095c91d95df5e1b918aee8108bf6cad24')
build() {
cd "${srcdir}/drupal-console-launcher-${pkgver//_/-}"