summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPatrick Mischke2023-08-31 13:53:50 +0200
committerPatrick Mischke2023-08-31 13:53:50 +0200
commitf0cf72125a8ad66c132ef2ee30928a6c8a8e621d (patch)
treeb6b01d5ef3afaf22697a6241f1dccc72dda798fa /PKGBUILD
parent6c61f2c8e5ab9fb36ee7d44b5b1fbc9150096b17 (diff)
downloadaur-f0cf72125a8ad66c132ef2ee30928a6c8a8e621d.tar.gz
Add rs-visa to dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d053370f0de4..636c84d8d0d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@ pkgname='python-rsinstrument'
_name='RsInstrument'
pkgver=1.55.0.99
_commit="1d62deb1c662ce40290e427d4bebf835a7a78e6a"
-pkgrel=1
+pkgrel=2
pkgdesc="Convenient way of communicating with R&S instruments in python"
url="https://github.com/Rhode-Schwarz/RsInstrument"
-depends=('python-pyvisa')
+depends=('python-pyvisa' 'rs-visa')
makedepends=('python-setuptools')
license=('MIT')
arch=('any')