summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2020-10-08 21:43:59 +0200
committerMichel Zou2020-10-08 21:43:59 +0200
commitc8dc95e281e2d435a70aaef09c6d1a08c9b4b098 (patch)
tree989f3c94f269456deaed05659772f51322d2e2c2
parent3ad9309f01edcc3d02190f5b0d7699ca7ee7b318 (diff)
downloadaur-c8dc95e281e2d435a70aaef09c6d1a08c9b4b098.tar.gz
3.2.3
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d341fe1c335c..38139957d9ed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,8 @@
pkgbase = python-assimulo
pkgdesc = A package for solving ordinary differential equations and differential algebraic equations
- pkgver = 3.2
+ pkgver = 3.2.3
pkgrel = 1
url = http://www.jmodelica.org/assimulo
- arch = i686
arch = x86_64
license = LGPL
makedepends = python-setuptools
@@ -13,7 +12,7 @@ pkgbase = python-assimulo
depends = python-matplotlib
depends = lapack
depends = sundials
- source = https://github.com/modelon-community/Assimulo/archive/Assimulo-3.2.tar.gz
+ source = https://github.com/modelon-community/Assimulo/archive/Assimulo-3.2.3.tar.gz
source = sundials5.patch
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index c5c5018e4fb1..19137d5e14c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
pkgname=python-assimulo
-pkgver=3.2
+pkgver=3.2.3
pkgrel=1
pkgdesc="A package for solving ordinary differential equations and differential algebraic equations"
url="http://www.jmodelica.org/assimulo"
-arch=('i686' 'x86_64')
+arch=('x86_64')
license=('LGPL')
makedepends=('python-setuptools' 'cython' 'gcc-fortran')
depends=('python-scipy' 'python-matplotlib' 'lapack' 'sundials')