summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Mischke2024-05-03 14:08:10 +0200
committerPatrick Mischke2024-05-03 14:08:10 +0200
commit7a3bb1bf0b5bd245a294e3248ea34ad64b4a3e51 (patch)
tree42cd4b7b741228c2f2d5d872d78578d632a41109
parentf0cf72125a8ad66c132ef2ee30928a6c8a8e621d (diff)
downloadaur-7a3bb1bf0b5bd245a294e3248ea34ad64b4a3e51.tar.gz
Bump version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae82bcd0cf1f..71f3bfc17ce1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-rsinstrument
pkgdesc = Convenient way of communicating with R&S instruments in python
- pkgver = 1.55.0.99
+ pkgver = 1.70.0.102
pkgrel = 2
- url = https://github.com/Rhode-Schwarz/RsInstrument
+ url = https://github.com/Rohde-Schwarz/RsInstrument
arch = any
license = MIT
makedepends = python-setuptools
depends = python-pyvisa
depends = rs-visa
- source = https://github.com/Rohde-Schwarz/RsInstrument/archive/1d62deb1c662ce40290e427d4bebf835a7a78e6a.zip
- sha256sums = 7437185a85665cfe6e97a751da8f366097bfabed5b0117e5b0a21accd0ed15b7
+ source = https://github.com/Rohde-Schwarz/RsInstrument/archive/02cf5efc187596fff4120859e6c6e77caad5a666.zip
+ sha256sums = ef4cbecbd4d845e6daed01fda1a3c36b50d1b9c244dae34a6efad675313f9fa7
pkgname = python-rsinstrument
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"