summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyler Veness2020-01-05 22:54:48 -0800
committerTyler Veness2020-01-05 22:54:48 -0800
commit41dafcd5645177ab18227c1345ca76c10651063f (patch)
tree3686aa538101538d177e7afb80a1c9b6deb5d095
parent8d96210bb1c8faed972837f5384402eb7edec872 (diff)
downloadaur-41dafcd5645177ab18227c1345ca76c10651063f.tar.gz
upgpkg: python-control 0.8.3-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fba79e810da5..c76240e38c3f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-control
pkgdesc = Implements basic operations for analysis and design of feedback control systems in Python
- pkgver = 0.8.2
- pkgrel = 2
+ pkgver = 0.8.3
+ pkgrel = 1
url = https://github.com/python-control/python-control
arch = any
license = BSD
@@ -14,9 +14,9 @@ pkgbase = python-control
depends = python-matplotlib
optdepends = python-slycot: matrix equation support, model simplification tools, and state feedback
options = staticlibs
- source = https://github.com/python-control/python-control/archive/0.8.2.tar.gz
+ source = https://github.com/python-control/python-control/archive/0.8.3.tar.gz
source = LICENSE
- md5sums = 23ff85f041cacd0ab4db0cdf540aa5d7
+ md5sums = 50093b092d5a687bd7ca02532e4b2d58
md5sums = 5e21e2b8826c3345f50711d5634bc975
pkgname = python2-control
diff --git a/PKGBUILD b/PKGBUILD
index eed1701bf6d4..f2199ad3c39c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgbase=python-control
pkgname=('python2-control' 'python-control')
-pkgver=0.8.2
-pkgrel=2
+pkgver=0.8.3
+pkgrel=1
pkgdesc="Implements basic operations for analysis and design of feedback control systems in Python"
arch=('any')
license=('BSD')
@@ -16,7 +16,7 @@ checkdepends=('python-nose' 'python2-nose' 'python-slycot')
options=('staticlibs')
source=("https://github.com/python-control/python-control/archive/${pkgver}.tar.gz"
"LICENSE")
-md5sums=('23ff85f041cacd0ab4db0cdf540aa5d7'
+md5sums=('50093b092d5a687bd7ca02532e4b2d58'
'5e21e2b8826c3345f50711d5634bc975')
prepare() {