summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStefan Auditor2017-01-13 11:18:08 +0100
committerStefan Auditor2017-01-13 11:18:08 +0100
commita27a7a382542dfbc70985d1a63ba8734b614c12f (patch)
tree81db8b2d7dfd16cf445299443b688fc2e7703e20 /PKGBUILD
parent242222380b5910bc5a275f945686d8d951dbe64d (diff)
downloadaur-a27a7a382542dfbc70985d1a63ba8734b614c12f.tar.gz
Update to upstream version 1.0.0-rc14
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3145231f5075..d171ec856c41 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=drupalconsole
pkgname=${_pkgname}
-pkgver=1.0.0_rc13
+pkgver=1.0.0_rc14
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=('09043f11281921075f45bfa69f3c9ea3df77c421f065cb4e3db513fb56468f451843d57cbe07b6123bc28f7cff8b1366dc0e6463a1e2e3e91e7a4c5f05d2d831')
+sha512sums=('dcf344274c9307210219deb2733414f6f4944f7d92359bc92404003eac3c06c244833bedab368238a5b7bcad0e7b88d4044bc139d39f7dc35c07846bb2f470c4')
build() {
cd "${srcdir}/drupal-console-launcher-${pkgver//_/-}"