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 8c77708e62d8..b2f9055151fc 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.14.8
+pkgver=0.14.9
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=('4254ad33b4c02f255cf36c73304854f59f44291ec583ea9c9c029746949b3b31')
+sha256sums=('a329041b26fe32b42070b35b59343c96793bfed4280bbd4deb89ad8f6cd32201')
source=("https://github.com/scikit-rf/scikit-rf/archive/v$pkgver.tar.gz")
package() {