summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Ingleby2018-02-19 14:30:13 +0100
committerTom Ingleby2018-02-19 14:30:13 +0100
commit13147c0c38f93314289691b8d23341b6025c5c11 (patch)
treece748fe8d70ab6b93fa6f1214c3be98ec2c0e7ed
parentba8c26ce87c954d096ad4c2482d87fd4dfcd69d5 (diff)
downloadaur-13147c0c38f93314289691b8d23341b6025c5c11.tar.gz
mraa: update to 1.9.0
Signed-off-by: Tom Ingleby <tom@ewsting.org>
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e23fd6f42718..8a3717f9f071 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Tom Ingleby <tom@ewsting.org>
pkgname='mraa'
-pkgver=1.4.0
+pkgver=1.9.0
pkgrel=2
pkgdesc="Low Level Skeleton Library for IO Communication on GNU/Linux platforms."
makedepends=('git' 'cmake' 'swig')
depends=('json-c')
-optdepends=('python: for Python support')
+optdepends=('python: for Python support' 'python2: for Python2 support')
url="https://github.com/intel-iot-devkit/mraa"
license=('MIT')
arch=('x86_64' 'i686')