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 3548322f4a6c..a089eb820483 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=drupalconsole
pkgname=${_pkgname}
-pkgver=1.3.0
+pkgver=1.3.1
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=('79ac1d2426549f55f496c82bad75e707742b512c2ba74e70eb88bedd6b13201c72c2c9fcb6679de2915f8698065aa6031fd20f81ce9e7f8b6c62cb57f9246267')
+sha512sums=('d6dcc1233bf943519428e3f367c4454ce38a446e596515b271d1880a5a8dca56f827e527731efaeae1f70dbfda704dd02b9070f141fff736409438e5ee852772')
build() {
cd "${srcdir}/drupal-console-launcher-${pkgver//_/-}"