summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbnavigator2020-01-07 22:38:53 -0800
committerbnavigator2020-01-07 22:38:53 -0800
commitf79484000a2bbe201d2758afa5178514765339f5 (patch)
treedb41c0f48d88819c6e24168f9f88e5ef8b343848
parentf28c68433cbd556ce36172dc46e4e481ad752493 (diff)
downloadaur-f79484000a2bbe201d2758afa5178514765339f5.tar.gz
bump pkgrel
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4086dd766b22..d5cf19985e6b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')