summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Forencich2017-12-28 16:35:01 -0800
committerAlex Forencich2017-12-28 16:35:01 -0800
commit15cca123649b01bd1e6395471bfad0412f3a5c14 (patch)
tree62e34af927e1bf68ac5ef317aa5cdc417e95e404
parent684be3cecd98f0d72ecb520a8e1e616a06b0c8de (diff)
downloadaur-15cca123649b01bd1e6395471bfad0412f3a5c14.tar.gz
Update version, add python-setuptools dependency
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae0a1204bd2a..7bec13008b78 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,13 @@
pkgbase = python-vxi11-git
pkgdesc = A Python VXI-11 driver for controlling instruments over Ethernet.
- pkgver = 0.9.r0.g83fc5b4
+ pkgver = 0.9.r5.gcc4671d
pkgrel = 1
url = https://github.com/python-ivi/python-vxi11
arch = any
license = MIT
makedepends = git
+ makedepends = python-setuptools
+ makedepends = python2-setuptools
source = python-vxi11::git+https://github.com/python-ivi/python-vxi11.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index c4a557c9765e..afefcd0b9dda 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Alex Forencich <alex@alexforencich.com>
pkgname=(python-vxi11-git python2-vxi11-git)
-pkgver=0.9.r0.g83fc5b4
+pkgver=0.9.r5.gcc4671d
pkgrel=1
pkgdesc="A Python VXI-11 driver for controlling instruments over Ethernet."
arch=('any')
url="https://github.com/python-ivi/python-vxi11"
license=('MIT')
-makedepends=('git')
+makedepends=('git' 'python-setuptools' 'python2-setuptools')
_gitroot='https://github.com/python-ivi/python-vxi11.git'
_gitname='python-vxi11'