summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Auditor2017-12-18 18:33:59 +0100
committerStefan Auditor2017-12-18 18:33:59 +0100
commite1a88e30eef3c4ae0114e46887d99af37c147e98 (patch)
tree4829f3dc46d0af9c40f4bd0b9a1d279995066ad4
parent80bed3c49b04b73490b66e113d29b09d7c5077ae (diff)
downloadaur-e1a88e30eef3c4ae0114e46887d99af37c147e98.tar.gz
Update to upstream version 1.3.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc4ccb686fb5..91d0243b7c8f 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.3.0
+ pkgver = 1.3.1
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.3.0::https://github.com/hechoendrupal/drupal-console-launcher/archive/1.3.0.tar.gz
- sha512sums = 79ac1d2426549f55f496c82bad75e707742b512c2ba74e70eb88bedd6b13201c72c2c9fcb6679de2915f8698065aa6031fd20f81ce9e7f8b6c62cb57f9246267
+ source = drupalconsole-1.3.1::https://github.com/hechoendrupal/drupal-console-launcher/archive/1.3.1.tar.gz
+ sha512sums = d6dcc1233bf943519428e3f367c4454ce38a446e596515b271d1880a5a8dca56f827e527731efaeae1f70dbfda704dd02b9070f141fff736409438e5ee852772
pkgname = drupalconsole
diff --git a/PKGBUILD b/PKGBUILD
index 3548322f4a6c..a089eb820483 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=drupalconsole
pkgname=${_pkgname}
-pkgver=1.3.0
+pkgver=1.3.1
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=('79ac1d2426549f55f496c82bad75e707742b512c2ba74e70eb88bedd6b13201c72c2c9fcb6679de2915f8698065aa6031fd20f81ce9e7f8b6c62cb57f9246267')
+sha512sums=('d6dcc1233bf943519428e3f367c4454ce38a446e596515b271d1880a5a8dca56f827e527731efaeae1f70dbfda704dd02b9070f141fff736409438e5ee852772')
build() {
cd "${srcdir}/drupal-console-launcher-${pkgver//_/-}"