summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2023-03-12 12:28:13 +0100
committerMichel Zou2023-03-12 12:28:13 +0100
commit800781f39a314d636533955d1a3979ba1b603917 (patch)
tree7320178b4588ba4b66d48f26e2b7a5babd898e43
parent08655bf78dabb5f4d5bafd0f46f88a54b7d2d3d2 (diff)
downloadaur-800781f39a314d636533955d1a3979ba1b603917.tar.gz
3.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 11ba8b5bcba3..6f27a549fe46 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.3
+ pkgver = 3.4
pkgrel = 1
url = http://www.jmodelica.org/assimulo
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = python-assimulo
depends = python-matplotlib
depends = lapack
depends = sundials
- source = https://github.com/modelon-community/Assimulo/archive/Assimulo-3.3.tar.gz
- sha256sums = 871741bf8314deb6860570011f1d095f7fa56bcad9bc60d4860f1e951b57f179
+ source = https://github.com/modelon-community/Assimulo/archive/Assimulo-3.4.tar.gz
+ sha256sums = 585ae631947128bae3488993bc58ef6048ca70a2d0f88ed023e6d3f39288e26c
pkgname = python-assimulo
diff --git a/PKGBUILD b/PKGBUILD
index 01088de27be1..117fb6125143 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=python-assimulo
-pkgver=3.3
+pkgver=3.4
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")
-sha256sums=('871741bf8314deb6860570011f1d095f7fa56bcad9bc60d4860f1e951b57f179')
+sha256sums=('585ae631947128bae3488993bc58ef6048ca70a2d0f88ed023e6d3f39288e26c')
prepare() {
cd "${srcdir}"/Assimulo-Assimulo-$pkgver