summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStefan Auditor2016-02-01 11:54:41 +0100
committerStefan Auditor2016-02-01 11:54:41 +0100
commite6786677fa95702eb0f693f0554c4aa402b5777b (patch)
tree613bc3f48c68ccdabaab0b509b7e45a0ec22e231 /PKGBUILD
parentb312a72e5e8e76f5e069301d61ddcdb6537ec3d5 (diff)
downloadaur-e6786677fa95702eb0f693f0554c4aa402b5777b.tar.gz
Conform to latest pacman api
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a5acf60af587..6a294e88455e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=drupalconsole
pkgname=${_pkgname}-git
-pkgver=0.10.6.r4.gd885ece
+pkgver=0.10.6.r117.g46383aa
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")
provides=("${_pkgname}=${pkgver}")
conflicts=("${_pkgname}")
-install=("${_pkgname}.install")
+install="${_pkgname}.install"
source=("${_pkgname}"::"git+https://github.com/hechoendrupal/DrupalConsole.git")
sha512sums=('SKIP')