diff --git a/.SRCINFO b/.SRCINFO index bfc6aea6c300..6f40ffb04bcc 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.7.2 + pkgver = 3.7.3 pkgrel = 1 url = http://www.jmodelica.org/assimulo arch = x86_64 @@ -15,7 +15,7 @@ pkgbase = python-assimulo depends = python-matplotlib depends = sundials depends = superlu_mt - source = https://github.com/modelon-community/Assimulo/archive/Assimulo-3.7.2.tar.gz - sha256sums = 391ee8e7cd4ec768de0fcf4ba39c5ef1928f67b3f3d1391019c381322321899c + source = https://github.com/modelon-community/Assimulo/archive/Assimulo-3.7.3.tar.gz + sha256sums = b12d04b4fb0a41e68247731a695be5b31b064db2006ec1d650cdd6816e9dd610 pkgname = python-assimulo diff --git a/PKGBUILD b/PKGBUILD index fd1796f6897e..600adeba2dc7 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=python-assimulo -pkgver=3.7.2 +pkgver=3.7.3 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-3.0) makedepends=(python-setuptools cython gcc-fortran) depends=(glibc python python-scipy python-numpy python-matplotlib sundials superlu_mt) source=("https://github.com/modelon-community/Assimulo/archive/Assimulo-${pkgver}.tar.gz") -sha256sums=('391ee8e7cd4ec768de0fcf4ba39c5ef1928f67b3f3d1391019c381322321899c') +sha256sums=('b12d04b4fb0a41e68247731a695be5b31b064db2006ec1d650cdd6816e9dd610') prepare() {