summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlex Forencich2017-12-28 16:38:55 -0800
committerAlex Forencich2017-12-28 16:38:55 -0800
commit39be98bf4a6c18ada7b0b531b1bc0142c228f57b (patch)
tree4d57fe26c8541e7eee53e052a16127637746b0a9 /PKGBUILD
parent0d4faa3e9207338f85a024fc6d9d0acbd6c0deaa (diff)
downloadaur-python-ivi-git.tar.gz
Update version, add python-setuptools dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b3d9f863f745..caa87f571cb8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Alex Forencich <alex@alexforencich.com>
pkgname=(python-ivi-git python2-ivi-git)
-pkgver=0.14.9.r38.gd7ca59d
+pkgver=0.14.9.r97.gcfa45ce
pkgrel=1
pkgdesc="Python Interchangeable Virtual Instrument Library"
arch=('any')
url="https://github.com/python-ivi/python-ivi"
license=('MIT')
-makedepends=('git')
+makedepends=('git' 'python-setuptools' 'python2-setuptools')
_gitroot='https://github.com/python-ivi/python-ivi.git'
_gitname='python-ivi'