summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPatrick Mischke2024-05-03 14:08:10 +0200
committerPatrick Mischke2024-05-03 14:08:10 +0200
commit7a3bb1bf0b5bd245a294e3248ea34ad64b4a3e51 (patch)
tree42cd4b7b741228c2f2d5d872d78578d632a41109 /PKGBUILD
parentf0cf72125a8ad66c132ef2ee30928a6c8a8e621d (diff)
downloadaur-python-rsinstrument.tar.gz
Bump version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 636c84d8d0d9..112936c2b233 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
pkgname='python-rsinstrument'
_name='RsInstrument'
-pkgver=1.55.0.99
-_commit="1d62deb1c662ce40290e427d4bebf835a7a78e6a"
+pkgver=1.70.0.102
+_commit="02cf5efc187596fff4120859e6c6e77caad5a666"
pkgrel=2
pkgdesc="Convenient way of communicating with R&S instruments in python"
-url="https://github.com/Rhode-Schwarz/RsInstrument"
+url="https://github.com/Rohde-Schwarz/RsInstrument"
depends=('python-pyvisa' 'rs-visa')
makedepends=('python-setuptools')
license=('MIT')
arch=('any')
source=("https://github.com/Rohde-Schwarz/$_name/archive/$_commit.zip")
-sha256sums=('7437185a85665cfe6e97a751da8f366097bfabed5b0117e5b0a21accd0ed15b7')
+sha256sums=('ef4cbecbd4d845e6daed01fda1a3c36b50d1b9c244dae34a6efad675313f9fa7')
build() {
cd "$_name-$_commit"