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 8f0762b214ca..67cd2102981a 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.20.0
+pkgver=0.22.1
pkgrel=1
pkgdesc="Scikit-rf (aka skrf) is a python package for RF/Microwave engineering"
arch=(any)
@@ -15,7 +15,7 @@ optdepends=(
"python-xlwt: for xls writing"
"ipython: for interactive shell"
)
-sha256sums=('26f212bfbe04c4744306731465672fdca35038618009e9b12f1163816c755600')
+sha256sums=('f2c5881344b9b27bf1f89b3f66e653cd8ddbc33dbc144950c9748948bf7ebcff')
source=("https://github.com/scikit-rf/scikit-rf/archive/refs/tags/v$pkgver.tar.gz")