summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Auditor2016-01-27 08:52:24 +0100
committerStefan Auditor2016-01-27 08:52:24 +0100
commitb312a72e5e8e76f5e069301d61ddcdb6537ec3d5 (patch)
tree41782e5cf7ee3283dd97bed6d0e85ac7285730a5
parent973ca7f0b525508bddb43d03b55ae96e9ee30dfc (diff)
downloadaur-b312a72e5e8e76f5e069301d61ddcdb6537ec3d5.tar.gz
Refactor PKGBUILD to build the phar locally
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 88522b7d4426..6d5840ed9abe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Jan 22 08:26:02 UTC 2016
+# Wed Jan 27 07:51:23 UTC 2016
pkgbase = drupalconsole-git
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 = 0.10.5.r31.gdd3012c
+ pkgver = 0.10.6.r4.gd885ece
pkgrel = 1
url = http://drupalconsole.com/
install = drupalconsole.install
@@ -12,7 +12,7 @@ pkgbase = drupalconsole-git
makedepends = php-composer
makedepends = git
depends = php
- provides = drupalconsole=0.10.5.r31.gdd3012c
+ provides = drupalconsole=0.10.6.r4.gd885ece
conflicts = drupalconsole
source = drupalconsole::git+https://github.com/hechoendrupal/DrupalConsole.git
sha512sums = SKIP
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')