summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTom Ingleby2015-06-17 18:26:56 +0100
committerTom Ingleby2015-06-17 18:26:56 +0100
commit9c79fd6163bf1dcfc7d67375e0fd10782bde6ca2 (patch)
treec738d4fed18f1208a2e4d8aeea6b51924b63e8ae /PKGBUILD
parent50ba316a959a3954e4d9bd302aa82855623de2c7 (diff)
downloadaur-mraa-git.tar.gz
mraa-git: add provides and conflict tags
Signed-off-by: Tom Ingleby <tom@ewsting.org>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bfee6adaaefe..70bbd92c8120 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,6 +3,8 @@ pkgname='mraa-git'
pkgver=0.7.2.7.ga44c585
pkgrel=0
pkgdesc="Low Level Skeleton Library for IO Communication on GNU/Linux platforms."
+provides=(${pkgname%-*}=$pkgver)
+conflicts=(${pkgname%-*})
makedepends=('git' 'cmake' 'swig')
optdepends=('python: for Python support')
url="https://github.com/intel-iot-devkit/mraa"