summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStefan Auditor2023-09-12 12:43:19 +0200
committerStefan Auditor2023-09-12 12:43:19 +0200
commit49696997bff2085ebe9cc5b5fda2d7d1e570ba12 (patch)
tree3519cf4161ffbb7bf2b85027ec63e22bfe57c48d /PKGBUILD
parent0c6026e7ca0ebf8fe6ea0f38873e4c2862377b4c (diff)
downloadaur-49696997bff2085ebe9cc5b5fda2d7d1e570ba12.tar.gz
Update upstream
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3008a806203f..2c082b412bb5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,17 @@
_pkgname=drupalconsole
pkgname=${_pkgname}
-pkgver=1.8.0
+pkgver=1.9.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')
url="http://drupalconsole.com/"
license=('GPL')
-depends=('php')
-makedepends=("php-box" "php-composer" "git")
+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=('63760e3d6363ab88828ad840aef3e631ffb008f231c3e3ee5dcefbb8193cddde490e80d996a9025344fb46ca02399314966a2eb1fd1add2243f84a4f8a5631d3')
+sha512sums=('809d2e645da7b8bc5a6fdae29937fe687fd8046ae9f180729e36840a229dd555e8ad6af3e9da8e20869d9484c76fcd0701b4efa54636dae272b06fc4a7fdbe0f')
build() {
cd "${srcdir}/drupal-console-launcher-${pkgver//_/-}"