summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Auditor2023-09-12 12:45:15 +0200
committerStefan Auditor2023-09-12 12:45:15 +0200
commit7f559686e103c5f04809b882b6e48b52c27bc35a (patch)
tree6b8dc675c9452f6991fa569927a45fc9cf3ee5e5
parent3004215c9c6027211d774d3e813512f3cdcf200d (diff)
downloadaur-7f559686e103c5f04809b882b6e48b52c27bc35a.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 88072b0c066f..1cc31d25ff7e 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.2
+ pkgver = 1.9.3
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.2::https://github.com/hechoendrupal/drupal-console-launcher/archive/1.9.2.tar.gz
- sha512sums = 6f61166c5f66fb29868014a3b469ff1deb1d87a303b1832cd4ccf24345f5ace24fb806fad4ee5f6e7b449239eaf16b432c8062e789deffdd4429f9bb55902992
+ source = drupalconsole-1.9.3::https://github.com/hechoendrupal/drupal-console-launcher/archive/1.9.3.tar.gz
+ sha512sums = a7417fcc89729d259f507f2ae0852e67945fc2b921496976b5308ed953a22551b83543e01e22971683adaddf1252db46e3023132bec0a058708d19313ee306ca
pkgname = drupalconsole
diff --git a/PKGBUILD b/PKGBUILD
index fc651307efa6..fa95f4d7bbfb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=drupalconsole
pkgname=${_pkgname}
-pkgver=1.9.2
+pkgver=1.9.3
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-launcher/archive/${pkgver//_/-}.tar.gz")
-sha512sums=('6f61166c5f66fb29868014a3b469ff1deb1d87a303b1832cd4ccf24345f5ace24fb806fad4ee5f6e7b449239eaf16b432c8062e789deffdd4429f9bb55902992')
+sha512sums=('a7417fcc89729d259f507f2ae0852e67945fc2b921496976b5308ed953a22551b83543e01e22971683adaddf1252db46e3023132bec0a058708d19313ee306ca')
build() {
cd "${srcdir}/drupal-console-launcher-${pkgver//_/-}"