summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Auditor2023-09-12 13:04:59 +0200
committerStefan Auditor2023-09-12 13:04:59 +0200
commit5303ab16c2b174dc561eb447263be27e0fda16d1 (patch)
tree7b33a4dfc5509ca76e34bfc5c01c033d5242a6e7
parentc6436e0562030af5587dad26aa50e596b345387b (diff)
downloadaur-5303ab16c2b174dc561eb447263be27e0fda16d1.tar.gz
Update upstream
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1a03f0ff33f0..da54f89a071b 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.9.7
+ pkgver = 1.9.8
pkgrel = 1
url = http://drupalconsole.com/
install = drupalconsole.install
@@ -11,7 +11,7 @@ pkgbase = drupalconsole
makedepends = git
depends = php>=7.0
depends = php<8.0
- source = drupalconsole-1.9.7::https://github.com/hechoendrupal/drupal-console/archive/refs/tags/1.9.7.tar.gz
- sha512sums = 9e5a68091041f7a63bdbcb534bce66593d46e4d97493cd675d501421b0ddbdb47c6a15b1c9e88fcc68b5bfb94ed71b189c19a7103fce32facfa759b52ef35642
+ source = drupalconsole-1.9.8::https://github.com/hechoendrupal/drupal-console/archive/refs/tags/1.9.8.tar.gz
+ sha512sums = eeb51557000c2797e1374c39984cea24bdf3f72d04e198456e98e07d6897368f464c4e76d59840b9ab91764bd73bb073cf4b0bbe948c231e5f7b7f0846621c12
pkgname = drupalconsole
diff --git a/PKGBUILD b/PKGBUILD
index cf52d91914b7..0595794dbdc9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=drupalconsole
pkgname=${_pkgname}
-pkgver=1.9.7
+pkgver=1.9.8
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>=7.0' 'php<8.0')
makedepends=("php-box" "composer" "git")
install="${_pkgname}.install"
source=("${_pkgname}-${pkgver//_/-}"::"https://github.com/hechoendrupal/drupal-console/archive/refs/tags/${pkgver//_/-}.tar.gz")
-sha512sums=('9e5a68091041f7a63bdbcb534bce66593d46e4d97493cd675d501421b0ddbdb47c6a15b1c9e88fcc68b5bfb94ed71b189c19a7103fce32facfa759b52ef35642')
+sha512sums=('eeb51557000c2797e1374c39984cea24bdf3f72d04e198456e98e07d6897368f464c4e76d59840b9ab91764bd73bb073cf4b0bbe948c231e5f7b7f0846621c12')
build() {
cd "${srcdir}/drupal-console-launcher-${pkgver//_/-}"