summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStefan Auditor2016-01-22 09:26:27 +0100
committerStefan Auditor2016-01-22 09:26:27 +0100
commit973ca7f0b525508bddb43d03b55ae96e9ee30dfc (patch)
treead1bdfe7d2034afa2ee364f27d9402f30281fd5b /PKGBUILD
parent095514f3cefd62565dd77dd24cef51744a8198d1 (diff)
downloadaur-973ca7f0b525508bddb43d03b55ae96e9ee30dfc.tar.gz
Add provides and conflicts statements
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
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')