summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2023-04-25 19:32:11 +0200
committerMichel Zou2023-04-25 19:32:11 +0200
commit17b73e0cd1c377ab7bedf3ed0b5c5d7b5a50b7dc (patch)
tree43a05a6749d19a6cd19b2379ffdcffa0f78711d3
parent800781f39a314d636533955d1a3979ba1b603917 (diff)
downloadaur-17b73e0cd1c377ab7bedf3ed0b5c5d7b5a50b7dc.tar.gz
3.4.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6f27a549fe46..125b9a6408e4 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.4
+ pkgver = 3.4.1
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.4.tar.gz
- sha256sums = 585ae631947128bae3488993bc58ef6048ca70a2d0f88ed023e6d3f39288e26c
+ source = https://github.com/modelon-community/Assimulo/archive/Assimulo-3.4.1.tar.gz
+ sha256sums = 75ff22d5bdae40972676d12c09f00a32835346341df9973688243e4f008583c0
pkgname = python-assimulo
diff --git a/PKGBUILD b/PKGBUILD
index 117fb6125143..c442f5c02c62 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=python-assimulo
-pkgver=3.4
+pkgver=3.4.1
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=('585ae631947128bae3488993bc58ef6048ca70a2d0f88ed023e6d3f39288e26c')
+sha256sums=('75ff22d5bdae40972676d12c09f00a32835346341df9973688243e4f008583c0')
prepare() {
cd "${srcdir}"/Assimulo-Assimulo-$pkgver