summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Ingleby2015-06-17 18:26:56 +0100
committerTom Ingleby2015-06-17 18:26:56 +0100
commit9c79fd6163bf1dcfc7d67375e0fd10782bde6ca2 (patch)
treec738d4fed18f1208a2e4d8aeea6b51924b63e8ae
parent50ba316a959a3954e4d9bd302aa82855623de2c7 (diff)
downloadaur-mraa-git.tar.gz
mraa-git: add provides and conflict tags
Signed-off-by: Tom Ingleby <tom@ewsting.org>
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 61c775696468..19f0ad8259aa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,8 @@ pkgbase = mraa-git
makedepends = cmake
makedepends = swig
optdepends = python: for Python support
+ provides = mraa=0.7.2.7.ga44c585
+ conflicts = mraa
source = git+https://github.com/intel-iot-devkit/mraa.git
md5sums = SKIP
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"