summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStefan Auditor2017-01-13 11:17:39 +0100
committerStefan Auditor2017-01-13 11:17:39 +0100
commit242222380b5910bc5a275f945686d8d951dbe64d (patch)
tree0f70cc69931f294d4601821f102f8a2d7eafa114 /PKGBUILD
parent33c65a495e13481509ed77588a7fed5b2d5879ec (diff)
downloadaur-242222380b5910bc5a275f945686d8d951dbe64d.tar.gz
Update to upstream version 1.0.0-rc13
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 376b8c25235a..3145231f5075 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=drupalconsole
pkgname=${_pkgname}
-pkgver=1.0.0_rc12
+pkgver=1.0.0_rc13
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=('39d653e1db6dd614b9277d94dc76315002f3d7b72bff05f537a9d72a5c23ea212d38732ea81526a5ad81db9465a98c512bc6fcc88d968edb35ce81f14f4a00c8')
+sha512sums=('09043f11281921075f45bfa69f3c9ea3df77c421f065cb4e3db513fb56468f451843d57cbe07b6123bc28f7cff8b1366dc0e6463a1e2e3e91e7a4c5f05d2d831')
build() {
cd "${srcdir}/drupal-console-launcher-${pkgver//_/-}"