summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 89e889d44ce8..f124570d1121 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=ino
pkgname=${_pkgname}-git
pkgver=20140415
-pkgrel=2
+pkgrel=3
pkgdesc="Command line toolkit for working with Arduino hardware. Works with Arduino 1.5"
arch=('any')
url="http://inotool.org/"
@@ -16,7 +16,7 @@ depends=('arduino'
'python2-configobj'
'python2-ordereddict'
'python2-configargparse'
- 'python2-glob2'
+ 'python-glob2-git'
)
makedepends=('git'
'python2-sphinx'