summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStefan Auditor2016-12-01 10:27:24 +0100
committerStefan Auditor2016-12-01 10:27:24 +0100
commit8bda1399c14b1fcd1538f402438dcfecec5b08a5 (patch)
tree273aa25fd29a5f105e094ef645abe56e6928cff3 /PKGBUILD
parent402db405ecaefaa68f50c4b14c8d9d61fc32c64b (diff)
downloadaur-8bda1399c14b1fcd1538f402438dcfecec5b08a5.tar.gz
Update to upstream version 1.0.0-rc9
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4981bd883bbc..9fd48f49426a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=drupalconsole
pkgname=${_pkgname}
-pkgver=1.0.0_rc8
+pkgver=1.0.0_rc9
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=('a20e13d4a8d5335a82082a63c0e5f44ebe685724884de8ffd4dd8967d0734bdc910b1af86494c327ea19f7a3c6a9f0879c30d8d381d3c2ac5fcb35532fdfbc4d')
+sha512sums=('69915a0f16417ae12449fd306e310f66fdcaf76daa5e64e7f8042513af94b6ff6fb06e5ec658fb13109cc38e24d1004bdc6a48d1f16be92c2e2afb96c252fff6')
build() {
cd "${srcdir}/drupal-console-launcher-${pkgver//_/-}"