summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Auditor2017-09-04 11:19:07 +0200
committerStefan Auditor2017-09-04 11:19:07 +0200
commit781a8b28475c7051afa0531ed9865a555c610183 (patch)
tree8b67949e459ae60dfe6b90b2cc0b5b3ca45af288
parent8b98adebe2b23409cc1985c30727526da47e75ee (diff)
downloadaur-781a8b28475c7051afa0531ed9865a555c610183.tar.gz
Update to upstream version 1.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a51ab2b576ad..c5320101c184 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = drupalconsole
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.
- pkgver = 1.0.0_rc26
+ pkgver = 1.0.0
pkgrel = 1
url = http://drupalconsole.com/
install = drupalconsole.install
@@ -10,8 +10,8 @@ pkgbase = drupalconsole
makedepends = php-composer
makedepends = git
depends = php
- source = drupalconsole-1.0.0-rc26::https://github.com/hechoendrupal/drupal-console-launcher/archive/1.0.0-rc26.tar.gz
- sha512sums = e4ca584b8c64a31ea9b6c0a863fd1fed1e405c01b1a5f0e044aa557ab67efcddf578f5c81fc9b304f76e3245daadb11c07d65486088512ba919a1107d3322188
+ source = drupalconsole-1.0.0::https://github.com/hechoendrupal/drupal-console-launcher/archive/1.0.0.tar.gz
+ sha512sums = 4f2ddfbeaf47c7845d60294b916a92b6077f1d7f995d2e473f47fd48ad26f9669a591585c7d4d969230f9d3d7573ea7991142718fa5e6532fd51b6343406e7a6
pkgname = drupalconsole
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//_/-}"