summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTom Ingleby2016-09-01 00:21:58 +0200
committerTom Ingleby2016-09-01 00:21:58 +0200
commit2b6aaac4bd2f53c5346dac651df964c4095f4f6c (patch)
treeca4ef1bbd61ebbaffd7a39bea743c679856a893b /PKGBUILD
parent89fc8247e097f79153767c4628ada1da3530b5e9 (diff)
downloadaur-2b6aaac4bd2f53c5346dac651df964c4095f4f6c.tar.gz
mraa: update to 1.3.0
Signed-off-by: Tom Ingleby <tom@ewsting.org>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5d4926a147bd..287bb4bcb39a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
# Maintainer: Tom Ingleby <tom@ewsting.org>
pkgname='mraa'
-pkgver=1.2.3
+pkgver=1.3.0
pkgrel=1
pkgdesc="Low Level Skeleton Library for IO Communication on GNU/Linux platforms."
makedepends=('git' 'cmake' 'swig')
+depends=('json-c')
optdepends=('python: for Python support')
url="https://github.com/intel-iot-devkit/mraa"
license=('MIT')