diff options
author | bnavigator | 2020-01-07 22:38:53 -0800 |
---|---|---|
committer | bnavigator | 2020-01-07 22:38:53 -0800 |
commit | f79484000a2bbe201d2758afa5178514765339f5 (patch) | |
tree | db41c0f48d88819c6e24168f9f88e5ef8b343848 | |
parent | f28c68433cbd556ce36172dc46e4e481ad752493 (diff) | |
download | aur-f79484000a2bbe201d2758afa5178514765339f5.tar.gz |
bump pkgrel
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,13 +1,13 @@ _name=slycot pkgname="python-${_name}" pkgver=0.3.5.0 -pkgrel=2 +pkgrel=3 pkgdesc="Python wrapper for selected SLICOT routines, notably including solvers for Riccati, Lyapunov and Sylvester equations." arch=('i686' 'x86_64') url="http://github.com/python-control/Slycot" license=('GPL2') depends=('python-numpy') -makedepends=('git' 'cmake' 'gcc-fortran' 'lapack' +makedepends=('cmake' 'gcc-fortran' 'lapack' 'python-scikit-build>=0.8.1' 'python-nose' 'python-coverage') |