summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Auditor2018-02-16 12:39:16 +0100
committerStefan Auditor2018-02-16 12:39:16 +0100
commit4913149a8f5cf63fdd271874513fe11cd2c9b83f (patch)
tree6ffee8c20e74e6118c9c114c5ee25d3a84d8877c
parent31036cdd299b28f16404b340da9d3549cc1b8597 (diff)
downloadaur-4913149a8f5cf63fdd271874513fe11cd2c9b83f.tar.gz
Update to upstream version 1.6.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 638f1cb90539..3da1b6462a0c 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.5.0
+ pkgver = 1.6.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.5.0::https://github.com/hechoendrupal/drupal-console-launcher/archive/1.5.0.tar.gz
- sha512sums = 79a2319f15ead760f9c1c3640b69e3b28232c34b5e05c6ad1911fbf511fea7d1a1a9acc14c6d7c83a3b5d1757fb0b2b4e6934b8124dca2c0c61e26fa1a371307
+ source = drupalconsole-1.6.0::https://github.com/hechoendrupal/drupal-console-launcher/archive/1.6.0.tar.gz
+ sha512sums = d9b86ff28b8baa21895575c7a78e04cc5227f850086b3db282104334207cd280ae253cf7219cb4e671648da3ae3f1f8a0c45990ea1a75f9f8d92fd87efa00a38
pkgname = drupalconsole
diff --git a/PKGBUILD b/PKGBUILD
index 8be4fcc221ed..70c334334efc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=drupalconsole
pkgname=${_pkgname}
-pkgver=1.5.0
+pkgver=1.6.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=('79a2319f15ead760f9c1c3640b69e3b28232c34b5e05c6ad1911fbf511fea7d1a1a9acc14c6d7c83a3b5d1757fb0b2b4e6934b8124dca2c0c61e26fa1a371307')
+sha512sums=('d9b86ff28b8baa21895575c7a78e04cc5227f850086b3db282104334207cd280ae253cf7219cb4e671648da3ae3f1f8a0c45990ea1a75f9f8d92fd87efa00a38')
build() {
cd "${srcdir}/drupal-console-launcher-${pkgver//_/-}"