summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStefan Auditor2018-01-18 10:18:24 +0100
committerStefan Auditor2018-01-18 10:18:24 +0100
commit31036cdd299b28f16404b340da9d3549cc1b8597 (patch)
tree290b66dfe9529007695343f489f7e83bfc78781b /PKGBUILD
parent0cc907178bcc2b674462c3aa24bd01b93ea19659 (diff)
downloadaur-31036cdd299b28f16404b340da9d3549cc1b8597.tar.gz
Update to upstream version 1.45.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6f87523c12cd..8be4fcc221ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=drupalconsole
pkgname=${_pkgname}
-pkgver=1.4.0
+pkgver=1.5.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=('d5497f303b73fec97545f20a6705b103f7567f4a3153128d53a45be0c2a889831fc172c1e0019675b29b5806935a3fd36aaf857edb41bfe8e3a7330d3829b6a9')
+sha512sums=('79a2319f15ead760f9c1c3640b69e3b28232c34b5e05c6ad1911fbf511fea7d1a1a9acc14c6d7c83a3b5d1757fb0b2b4e6934b8124dca2c0c61e26fa1a371307')
build() {
cd "${srcdir}/drupal-console-launcher-${pkgver//_/-}"