summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Auditor2017-11-21 19:29:19 +0100
committerStefan Auditor2017-11-21 19:29:19 +0100
commit90edf5cb7d2910d16d96a5db021e1a5e80eb8b93 (patch)
treefb648e85e870970f73ce20e0158fb48a77235a93
parent659c4e52c221cf0271aea04da879d81172d9e80d (diff)
downloadaur-90edf5cb7d2910d16d96a5db021e1a5e80eb8b93.tar.gz
Update to upstream version 1.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cf5ef19148df..413e00fc9148 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.1.1
+ pkgver = 1.2.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.1.1::https://github.com/hechoendrupal/drupal-console-launcher/archive/1.1.1.tar.gz
- sha512sums = 9b45e64689ef123d0e9e533644b913ad58868acf136748fc0c6d0a0e41b33897671e8d835d6d6a54571628e9d0fb2670b298a4e1b6f4b650a2972e4163c564d3
+ source = drupalconsole-1.2.0::https://github.com/hechoendrupal/drupal-console-launcher/archive/1.2.0.tar.gz
+ sha512sums = a4a6ee4bd675f0abac5064ac851b2b9e108630423fadd1b5f7444ece196a83221e4ff740b48f645a3a915097917b3fd0b2ee9f75701abc6ce43733a23b803034
pkgname = drupalconsole
diff --git a/PKGBUILD b/PKGBUILD
index cf513f61f7dc..68f35bb76271 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=drupalconsole
pkgname=${_pkgname}
-pkgver=1.1.1
+pkgver=1.2.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=('9b45e64689ef123d0e9e533644b913ad58868acf136748fc0c6d0a0e41b33897671e8d835d6d6a54571628e9d0fb2670b298a4e1b6f4b650a2972e4163c564d3')
+sha512sums=('a4a6ee4bd675f0abac5064ac851b2b9e108630423fadd1b5f7444ece196a83221e4ff740b48f645a3a915097917b3fd0b2ee9f75701abc6ce43733a23b803034')
build() {
cd "${srcdir}/drupal-console-launcher-${pkgver//_/-}"