summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Auditor2017-05-07 20:31:11 +0200
committerStefan Auditor2017-05-07 20:31:11 +0200
commit75787bf693a62dac5d47b514dcc9e75d3c099699 (patch)
tree7aee37f167290b5dfcb9f104900134058f103781
parentdfa50ec534a17ae1f9dada8478f378015a32e9d3 (diff)
downloadaur-75787bf693a62dac5d47b514dcc9e75d3c099699.tar.gz
Update to upstream version 1.0.0-rc18
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d40d1286f133..99eac85db88c 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_rc17
+ pkgver = 1.0.0_rc18
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-rc17::https://github.com/hechoendrupal/drupal-console-launcher/archive/1.0.0-rc17.tar.gz
- sha512sums = 08a52e398f381509a2157adc2abccd54de121ff722aead85276cfb7f95580005db4f7f3e44cc2c1e411541425c9a6867aed842dd43dd2bafd71a99f997b99c98
+ source = drupalconsole-1.0.0-rc18::https://github.com/hechoendrupal/drupal-console-launcher/archive/1.0.0-rc18.tar.gz
+ sha512sums = d4b79498d9c9668044731b9fa6559ac1103b6d94d95b944ec481cb8bf95f1d19e45d467bbd21d89cabf98cd9f14de724d2b5d3d3cc6e6054c6297ecdcc29564d
pkgname = drupalconsole
diff --git a/PKGBUILD b/PKGBUILD
index 9d6070d660e7..c19d51dda514 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=drupalconsole
pkgname=${_pkgname}
-pkgver=1.0.0_rc17
+pkgver=1.0.0_rc18
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=('08a52e398f381509a2157adc2abccd54de121ff722aead85276cfb7f95580005db4f7f3e44cc2c1e411541425c9a6867aed842dd43dd2bafd71a99f997b99c98')
+sha512sums=('d4b79498d9c9668044731b9fa6559ac1103b6d94d95b944ec481cb8bf95f1d19e45d467bbd21d89cabf98cd9f14de724d2b5d3d3cc6e6054c6297ecdcc29564d')
build() {
cd "${srcdir}/drupal-console-launcher-${pkgver//_/-}"