summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Auditor2016-10-06 15:13:30 +0200
committerStefan Auditor2016-10-06 15:13:30 +0200
commit7a4a037a3fad2e580a65725d73a7ab13f25aa764 (patch)
treee1f5407d7e93db9964bdbe5efdc232b7dac10db4
parent9c8ce92c18072d93f39f778a136464c27226d995 (diff)
downloadaur-7a4a037a3fad2e580a65725d73a7ab13f25aa764.tar.gz
Update to upstream version 1.0.0-rc3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e4e2d3922610..52b69a4cc397 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_rc2
+ pkgver = 1.0.0_rc3
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-rc2.tar.gz
- sha512sums = a458cb61daf9d07a1e9b2e6831581e0c839b618ae136a0b90cedec8ca1939a7fee7de2d7f017276a430b58edf03d577e77ffffe15bc3f3b1fed30d1cd318a064
+ source = drupalconsole::https://github.com/hechoendrupal/drupal-console-launcher/archive/1.0.0-rc3.tar.gz
+ sha512sums = 9fbe1f6c773de3347d5cc54ac7f6f1a431dc0ca8076a295bf5621941cf35126d1353c45d84d96bcc27f40715ad918a7d28254b1b1daf7a6da5d28a351f8d469e
pkgname = drupalconsole
diff --git a/PKGBUILD b/PKGBUILD
index b4ef81b890df..ea5062dcf932 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=drupalconsole
pkgname=${_pkgname}
-pkgver=1.0.0_rc2
+pkgver=1.0.0_rc3
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=('a458cb61daf9d07a1e9b2e6831581e0c839b618ae136a0b90cedec8ca1939a7fee7de2d7f017276a430b58edf03d577e77ffffe15bc3f3b1fed30d1cd318a064')
+sha512sums=('9fbe1f6c773de3347d5cc54ac7f6f1a431dc0ca8076a295bf5621941cf35126d1353c45d84d96bcc27f40715ad918a7d28254b1b1daf7a6da5d28a351f8d469e')
build() {
cd "${srcdir}/drupal-console-launcher-${pkgver//_/-}"