summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorM. Greyson Christoforo2024-01-24 18:56:26 -0700
committerM. Greyson Christoforo2024-01-24 18:56:26 -0700
commit935f52ed3abdfe4965a9b783daf7c9b077b56848 (patch)
treece2569283d814ed840fcb2251f86178cac176c1e /PKGBUILD
parent95f525a231b4ff1d85f9c2a0b13c5270a3eb08fe (diff)
downloadaur-python-usbtmc.tar.gz
add missing make dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cd2b6cddf9af..656f5a5f5999 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=python-usbtmc
pkgver=0.8
-pkgrel=3
+pkgrel=4
pkgdesc="A Python USBTMC driver for controlling instruments over USB."
arch=('x86_64')
url="https://github.com/python-ivi/python-usbtmc"
@@ -13,6 +13,7 @@ python-build
python-installer
python-wheel
git
+python-setuptools
)
install=python-usbtmc.install