summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Auditor2016-02-01 11:54:41 +0100
committerStefan Auditor2016-02-01 11:54:41 +0100
commite6786677fa95702eb0f693f0554c4aa402b5777b (patch)
tree613bc3f48c68ccdabaab0b509b7e45a0ec22e231
parentb312a72e5e8e76f5e069301d61ddcdb6537ec3d5 (diff)
downloadaur-e6786677fa95702eb0f693f0554c4aa402b5777b.tar.gz
Conform to latest pacman api
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d5840ed9abe..d1cc6cee334a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Jan 27 07:51:23 UTC 2016
+# Mon Feb 1 10:54: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.6.r4.gd885ece
+ pkgver = 0.10.6.r117.g46383aa
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.6.r4.gd885ece
+ provides = drupalconsole=0.10.6.r117.g46383aa
conflicts = drupalconsole
source = drupalconsole::git+https://github.com/hechoendrupal/DrupalConsole.git
sha512sums = SKIP
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')