summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Auditor2016-01-22 09:26:27 +0100
committerStefan Auditor2016-01-22 09:26:27 +0100
commit973ca7f0b525508bddb43d03b55ae96e9ee30dfc (patch)
treead1bdfe7d2034afa2ee364f27d9402f30281fd5b
parent095514f3cefd62565dd77dd24cef51744a8198d1 (diff)
downloadaur-973ca7f0b525508bddb43d03b55ae96e9ee30dfc.tar.gz
Add provides and conflicts statements
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f655e90ab78..88522b7d4426 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Jan 22 08:14:09 UTC 2016
+# Fri Jan 22 08:26:02 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
@@ -12,6 +12,8 @@ pkgbase = drupalconsole-git
makedepends = php-composer
makedepends = git
depends = php
+ provides = drupalconsole=0.10.5.r31.gdd3012c
+ conflicts = drupalconsole
source = drupalconsole::git+https://github.com/hechoendrupal/DrupalConsole.git
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index d4637c24cd6e..191f637f5234 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,6 +11,8 @@ url="http://drupalconsole.com/"
license=('GPL')
depends=('php')
makedepends=("php-box" "php-composer" "git")
+provides=("${_pkgname}=${pkgver}")
+conflicts=("${_pkgname}")
install=("${_pkgname}.install")
source=("${_pkgname}"::"git+https://github.com/hechoendrupal/DrupalConsole.git")
sha512sums=('SKIP')