summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStefan Auditor2016-01-27 08:52:24 +0100
committerStefan Auditor2016-01-27 08:52:24 +0100
commitb312a72e5e8e76f5e069301d61ddcdb6537ec3d5 (patch)
tree41782e5cf7ee3283dd97bed6d0e85ac7285730a5 /PKGBUILD
parent973ca7f0b525508bddb43d03b55ae96e9ee30dfc (diff)
downloadaur-b312a72e5e8e76f5e069301d61ddcdb6537ec3d5.tar.gz
Refactor PKGBUILD to build the phar locally
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 191f637f5234..a5acf60af587 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
-# Maintainer: Victor Häggqvist <aur@snilius.com>
-# Contributor: Stefan Auditor <stefan.auditor@erdfisch.de>
+# Maintainer: Stefan Auditor <stefan.auditor@erdfisch.de>
+# Contributor: Victor Häggqvist <aur@snilius.com>
_pkgname=drupalconsole
pkgname=${_pkgname}-git
-pkgver=0.10.5.r31.gdd3012c
+pkgver=0.10.6.r4.gd885ece
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')