summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cc9e74afd7d1..7257bcf3370e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: sasvari <sasvari@fastmail.com>
# adapted from package python2-scikit-rf
pkgname="python-scikit-rf"
-pkgver=0.23.0
+pkgver=0.23.1
pkgrel=1
pkgdesc="Scikit-rf (aka skrf) is a python package for RF/Microwave engineering"
arch=(any)
@@ -15,7 +15,7 @@ optdepends=(
"python-vxi11: for instrument control over ethernet"
"python-xlrd: for xls reading"
)
-sha256sums=('df1631e14bf45f90293b163ee2e42f4d8cc509d34cc01bade51b9e863519ecd1')
+sha256sums=('7c8c15a81807f60645154aa7ac1e83572b14f22b60dd06d093babaa5fbf52e00')
source=("${pkgname}-${pkgver}::https://github.com/scikit-rf/scikit-rf/archive/refs/tags/v$pkgver.tar.gz")