summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore6
-rw-r--r--PKGBUILD4
3 files changed, 11 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6ee7e52aec92..98e21dfa9744 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Mar 6 21:19:44 UTC 2016
+# Sun Mar 6 21:41:40 UTC 2016
pkgbase = ino-git
pkgdesc = Command line toolkit for working with Arduino hardware. Works with Arduino 1.5
pkgver = 20140415
- pkgrel = 2
+ pkgrel = 3
url = http://inotool.org/
arch = any
license = MIT
@@ -17,7 +17,7 @@ pkgbase = ino-git
depends = python2-configobj
depends = python2-ordereddict
depends = python2-configargparse
- depends = python2-glob2
+ depends = python-glob2-git
provides = ino
conflicts = ino
source = git+https://github.com/amperka/ino.git
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..707f2463ccce
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,6 @@
+src
+pkg
+*.tar*
+*.gz
+*.xz
+ino
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'