summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2021-10-16 11:10:57 +0200
committerMichel Zou2021-10-16 11:10:57 +0200
commit9b14c33aca91cd03602ce47ba899c9cc300b86b7 (patch)
treec6dde3025b07d8d9fea8355c0eb97ffbb46baa73
parent1f115a105b8cf2608486fb918f403c0e0567084c (diff)
downloadaur-9b14c33aca91cd03602ce47ba899c9cc300b86b7.tar.gz
3.2.7
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4faf9032ac12..f47bd70c6cc6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-assimulo
pkgdesc = A package for solving ordinary differential equations and differential algebraic equations
- pkgver = 3.2.5
+ pkgver = 3.2.7
pkgrel = 1
url = http://www.jmodelica.org/assimulo
arch = x86_64
@@ -12,10 +12,9 @@ pkgbase = python-assimulo
depends = python-matplotlib
depends = lapack
depends = sundials
- source = https://github.com/modelon-community/Assimulo/archive/Assimulo-3.2.5.tar.gz
+ source = https://github.com/modelon-community/Assimulo/archive/Assimulo-3.2.7.tar.gz
source = sundials5.patch
- sha256sums = 302611eaee77c37d228a433603c31aa2eeb10914dd7adad58dae6d14902baa91
+ sha256sums = f33d279acd1c8e050815a265183c65fd6413bf38f920ae1b43cb199f16553f45
sha256sums = 7530b38c04c8bfea74af80c7023b22d60b08eec8e7843d36d4a02995ef65d111
pkgname = python-assimulo
-
diff --git a/PKGBUILD b/PKGBUILD
index a04fd6c9d776..fa713981ff14 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=python-assimulo
-pkgver=3.2.5
+pkgver=3.2.7
pkgrel=1
pkgdesc="A package for solving ordinary differential equations and differential algebraic equations"
url="http://www.jmodelica.org/assimulo"
@@ -8,7 +8,7 @@ license=('LGPL')
makedepends=('python-setuptools' 'cython' 'gcc-fortran')
depends=('python-scipy' 'python-matplotlib' 'lapack' 'sundials')
source=("https://github.com/modelon-community/Assimulo/archive/Assimulo-${pkgver}.tar.gz" sundials5.patch)
-sha256sums=('302611eaee77c37d228a433603c31aa2eeb10914dd7adad58dae6d14902baa91'
+sha256sums=('f33d279acd1c8e050815a265183c65fd6413bf38f920ae1b43cb199f16553f45'
'7530b38c04c8bfea74af80c7023b22d60b08eec8e7843d36d4a02995ef65d111')
prepare() {