summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1c4efaf4f667..81c9b981aaf9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=drupalconsole
pkgname=${_pkgname}
-pkgver=1.0.0_rc20
+pkgver=1.0.0_rc21
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=('83b8e0279f438660581ebfcd3e6b870746c343dfd883d95b0727713e2ff2c948a10cd8b6369e4129d3dd5ef82381480902976746e28775dfacbce54da59d2aab')
+sha512sums=('67b3daf0b60e336f03b4183da3b456b51e73b75e22be3b50209a3dd31173ea94ba69b9e212a3195b7ff3997c63c8de4d28c4b62a494ce395be4e63778d9e28d2')
build() {
cd "${srcdir}/drupal-console-launcher-${pkgver//_/-}"