summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfordprefect2019-07-05 16:28:02 +0200
committerfordprefect2019-07-05 16:28:02 +0200
commit08710ffeebbdcc9326e49af60ff4d429b696ab9f (patch)
treea003fbe6246992a38df2fffe0823653d5f202a3e
parent416f005f82e3a4537f11ac10ee1c2d1de78b53ff (diff)
downloadaur-08710ffeebbdcc9326e49af60ff4d429b696ab9f.tar.gz
3.3
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index beaa62915fd2..21ea4f5ae393 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon May 6 12:29:41 UTC 2019
+# Fri Jul 5 14:27:56 UTC 2019
pkgbase = python-fipy
pkgdesc = Partial differential equation solver for Python, based on finite volume approach.
- pkgver = 3.2
+ pkgver = 3.3
pkgrel = 1
url = http://www.ctcms.nist.gov/fipy
arch = any
@@ -11,10 +11,12 @@ pkgbase = python-fipy
makedepends = python2-setuptools
makedepends = python-setuptools
makedepends = python
+ makedepends = python-future
+ makedepends = python2-future
optdepends = gmsh: creation of irregular meshes
- source = fipy-3.2.tar.gz::https://github.com/usnistgov/fipy/archive/3.2.tar.gz
+ source = fipy-3.3.tar.gz::https://github.com/usnistgov/fipy/archive/3.3.tar.gz
source = ez_setup.patch
- sha256sums = 1525da72730c9eca188bb1b2ad1e264d0fd6de3c9198fc7ab5de426868110422
+ sha256sums = 702f1dffc5799e47d879383bbf66bf4f1baa92e40e6241dc9e59845b6ff4df2c
sha256sums = 18079818a382c47de68b0a6094255d8c95bc9d2ba1deee4b45ef43034aedea26
pkgname = python-fipy
diff --git a/PKGBUILD b/PKGBUILD
index 57f1723ddf7c..d139517752d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
pkgname=("python-fipy" "python2-fipy")
pkgbase="python-fipy"
-pkgver=3.2
+pkgver=3.3
pkgrel=1
pkgdesc="Partial differential equation solver for Python, based on finite volume approach."
arch=('any')
url="http://www.ctcms.nist.gov/fipy"
license=('custom:Public Domain')
-makedepends=('python2-distribute' 'python2-setuptools' 'python-setuptools' 'python')
+makedepends=('python2-distribute' 'python2-setuptools' 'python-setuptools' 'python' 'python-future' 'python2-future')
optdepends=('gmsh: creation of irregular meshes')
source=("fipy-$pkgver.tar.gz::https://github.com/usnistgov/fipy/archive/${pkgver}.tar.gz"
ez_setup.patch)
-sha256sums=('1525da72730c9eca188bb1b2ad1e264d0fd6de3c9198fc7ab5de426868110422'
+sha256sums=('702f1dffc5799e47d879383bbf66bf4f1baa92e40e6241dc9e59845b6ff4df2c'
'18079818a382c47de68b0a6094255d8c95bc9d2ba1deee4b45ef43034aedea26')
prepare(){