summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyler Veness2019-10-03 22:05:18 -0700
committerTyler Veness2019-10-03 22:05:32 -0700
commit8d96210bb1c8faed972837f5384402eb7edec872 (patch)
treeb7488bba833712cb976375f50929eddfd8bd926e
parent415db3d476e463dd806773520f2b5d7d5e1003ad (diff)
downloadaur-8d96210bb1c8.tar.gz
Change dependency from python-slycot-git to python-slycot
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1141312c7cad..fba79e810da5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
pkgbase = python-control
pkgdesc = Implements basic operations for analysis and design of feedback control systems in Python
pkgver = 0.8.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/python-control/python-control
arch = any
license = BSD
checkdepends = python-nose
checkdepends = python2-nose
- checkdepends = python-slycot-git
+ checkdepends = python-slycot
makedepends = python-setuptools
makedepends = python2-setuptools
depends = python-scipy
depends = python-matplotlib
- optdepends = python-slycot-git: matrix equation support, model simplification tools, and state feedback
+ 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 = LICENSE
diff --git a/PKGBUILD b/PKGBUILD
index 062cdbe711f2..eed1701bf6d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,16 @@
pkgbase=python-control
pkgname=('python2-control' 'python-control')
pkgver=0.8.2
-pkgrel=1
+pkgrel=2
pkgdesc="Implements basic operations for analysis and design of feedback control systems in Python"
arch=('any')
license=('BSD')
url="https://github.com/python-control/python-control"
depends=('python-scipy'
'python-matplotlib')
-optdepends=('python-slycot-git: matrix equation support, model simplification tools, and state feedback')
+optdepends=('python-slycot: matrix equation support, model simplification tools, and state feedback')
makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-nose' 'python2-nose' 'python-slycot-git')
+checkdepends=('python-nose' 'python2-nose' 'python-slycot')
options=('staticlibs')
source=("https://github.com/python-control/python-control/archive/${pkgver}.tar.gz"
"LICENSE")