summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2023-08-03 09:11:15 +0200
committerMichel Zou2023-08-03 09:11:15 +0200
commit06e723e4ccda74e860930ade853e4ba5e0d9526a (patch)
treee7148a660a485f04187fb096c33927f4ac10ea56
parent17b73e0cd1c377ab7bedf3ed0b5c5d7b5a50b7dc (diff)
downloadaur-06e723e4ccda74e860930ade853e4ba5e0d9526a.tar.gz
3.4.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 125b9a6408e4..09c7cd414e99 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
pkgbase = python-assimulo
pkgdesc = A package for solving ordinary differential equations and differential algebraic equations
- pkgver = 3.4.1
+ pkgver = 3.4.2
pkgrel = 1
url = http://www.jmodelica.org/assimulo
arch = x86_64
license = LGPL
makedepends = python-setuptools
- makedepends = cython
+ makedepends = cython0
makedepends = gcc-fortran
depends = python-scipy
depends = python-matplotlib
depends = lapack
depends = sundials
- source = https://github.com/modelon-community/Assimulo/archive/Assimulo-3.4.1.tar.gz
- sha256sums = 75ff22d5bdae40972676d12c09f00a32835346341df9973688243e4f008583c0
+ source = https://github.com/modelon-community/Assimulo/archive/Assimulo-3.4.2.tar.gz
+ sha256sums = 850974d7da0921b6c696bb27d0c584faf53183933887edb34a4d7f0fc8f114d9
pkgname = python-assimulo
diff --git a/PKGBUILD b/PKGBUILD
index c442f5c02c62..8190f56a8d54 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
pkgname=python-assimulo
-pkgver=3.4.1
+pkgver=3.4.2
pkgrel=1
pkgdesc="A package for solving ordinary differential equations and differential algebraic equations"
url="http://www.jmodelica.org/assimulo"
arch=('x86_64')
license=('LGPL')
-makedepends=('python-setuptools' 'cython' 'gcc-fortran')
+makedepends=('python-setuptools' 'cython0' 'gcc-fortran')
depends=('python-scipy' 'python-matplotlib' 'lapack' 'sundials')
source=("https://github.com/modelon-community/Assimulo/archive/Assimulo-${pkgver}.tar.gz")
-sha256sums=('75ff22d5bdae40972676d12c09f00a32835346341df9973688243e4f008583c0')
+sha256sums=('850974d7da0921b6c696bb27d0c584faf53183933887edb34a4d7f0fc8f114d9')
prepare() {
cd "${srcdir}"/Assimulo-Assimulo-$pkgver