summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2b01208f0aff..e27dfbf3b145 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,13 @@
pkgbase = python-ivi-git
pkgdesc = Python Interchangeable Virtual Instrument Library
- pkgver = 0.14.9.r38.gd7ca59d
+ pkgver = 0.14.9.r97.gcfa45ce
pkgrel = 1
url = https://github.com/python-ivi/python-ivi
arch = any
license = MIT
makedepends = git
+ makedepends = python-setuptools
+ makedepends = python2-setuptools
source = python-ivi::git+https://github.com/python-ivi/python-ivi.git
md5sums = SKIP
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'