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 4c46186f25e9..1ccde926e057 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=drupalconsole
pkgname=${_pkgname}
-pkgver=1.0.0_rc24
+pkgver=1.0.0_rc25
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=('e7df0eafa2935bda56183ffbb85c20b9782239973002c8a461197d92ed9caa77738f3e77caac5b51c9696a6a5f8fb7066a6db273c9dc75a7d36d72dcf0391e4e')
+sha512sums=('75b2f2abc98d05bfe3b88c4690a60e5197007b39eb92aa541b7986dcf1cb60d939e0a54d2b3ded7f6df753813edac5b2d981fb4cb3a43a571a6919909e2d0046')
build() {
cd "${srcdir}/drupal-console-launcher-${pkgver//_/-}"