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 ac4cf13dbb2a..d57e45ca2976 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=drupalconsole
pkgname=${_pkgname}
-pkgver=1.0.0_rc26
+pkgver=1.0.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=('e4ca584b8c64a31ea9b6c0a863fd1fed1e405c01b1a5f0e044aa557ab67efcddf578f5c81fc9b304f76e3245daadb11c07d65486088512ba919a1107d3322188')
+sha512sums=('4f2ddfbeaf47c7845d60294b916a92b6077f1d7f995d2e473f47fd48ad26f9669a591585c7d4d969230f9d3d7573ea7991142718fa5e6532fd51b6343406e7a6')
build() {
cd "${srcdir}/drupal-console-launcher-${pkgver//_/-}"