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 cf513f61f7dc..68f35bb76271 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=drupalconsole
pkgname=${_pkgname}
-pkgver=1.1.1
+pkgver=1.2.0
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=('9b45e64689ef123d0e9e533644b913ad58868acf136748fc0c6d0a0e41b33897671e8d835d6d6a54571628e9d0fb2670b298a4e1b6f4b650a2972e4163c564d3')
+sha512sums=('a4a6ee4bd675f0abac5064ac851b2b9e108630423fadd1b5f7444ece196a83221e4ff740b48f645a3a915097917b3fd0b2ee9f75701abc6ce43733a23b803034')
build() {
cd "${srcdir}/drupal-console-launcher-${pkgver//_/-}"