summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Auditor2016-10-06 15:12:16 +0200
committerStefan Auditor2016-10-06 15:12:16 +0200
commit9c8ce92c18072d93f39f778a136464c27226d995 (patch)
treef34e0933d7716f17512d0820481bcbdb2690d6e3
parent98900e4e438c3f44d66c6a7f13b094f009a1e856 (diff)
downloadaur-9c8ce92c18072d93f39f778a136464c27226d995.tar.gz
Update to upstream version 1.0.0-rc2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 62d95bdf8be6..e4e2d3922610 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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_rc1
- pkgrel = 2
+ pkgver = 1.0.0_rc2
+ pkgrel = 1
url = http://drupalconsole.com/
install = drupalconsole.install
arch = any
@@ -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-rc1.tar.gz
- sha512sums = e4f9511b10b196056075e9d819dbd957fe10e10b18e8be940f91785f7e06c83791b25c9b526341752b6415ea3e4b8c80c0eb096f9ec1428f64d7f81229e29a43
+ source = drupalconsole::https://github.com/hechoendrupal/drupal-console-launcher/archive/1.0.0-rc2.tar.gz
+ sha512sums = a458cb61daf9d07a1e9b2e6831581e0c839b618ae136a0b90cedec8ca1939a7fee7de2d7f017276a430b58edf03d577e77ffffe15bc3f3b1fed30d1cd318a064
pkgname = drupalconsole
diff --git a/PKGBUILD b/PKGBUILD
index 57ae798d2f61..b4ef81b890df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
_pkgname=drupalconsole
pkgname=${_pkgname}
-pkgver=1.0.0_rc1
-pkgrel=2
+pkgver=1.0.0_rc2
+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')
url="http://drupalconsole.com/"
@@ -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=('e4f9511b10b196056075e9d819dbd957fe10e10b18e8be940f91785f7e06c83791b25c9b526341752b6415ea3e4b8c80c0eb096f9ec1428f64d7f81229e29a43')
+sha512sums=('a458cb61daf9d07a1e9b2e6831581e0c839b618ae136a0b90cedec8ca1939a7fee7de2d7f017276a430b58edf03d577e77ffffe15bc3f3b1fed30d1cd318a064')
build() {
cd "${srcdir}/drupal-console-launcher-${pkgver//_/-}"