summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfordprefect2023-06-27 20:43:56 +0200
committerfordprefect2023-06-27 20:43:56 +0200
commite2c2d374430b2abe8be99f70cafaebff678a500c (patch)
tree4072f9932989d5094d9ad5f57aa658b66907b32b
parentc9ebe97e33a8a079ba2a0f81e836abede98cb7ed (diff)
downloadaur-python-fipy.tar.gz
3.4.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9d3d74c207ea..628429e54497 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-fipy
pkgdesc = Partial differential equation solver for Python, based on finite volume approach.
- pkgver = 3.4.3
+ pkgver = 3.4.4
pkgrel = 1
url = http://www.ctcms.nist.gov/fipy
arch = any
@@ -13,7 +13,7 @@ pkgbase = python-fipy
depends = python-scipy
depends = python-matplotlib
optdepends = gmsh: creation of irregular meshes
- source = fipy-3.4.3.tar.gz::https://github.com/usnistgov/fipy/archive/3.4.3.tar.gz
- sha256sums = a22733102b4b519b44c5cd2089e535b7a2d596fea598878299bbf4eb05c33644
+ source = fipy-3.4.4.tar.gz::https://github.com/usnistgov/fipy/archive/3.4.4.tar.gz
+ sha256sums = 9b69a3569d93bb56a2b7aa9813b2b70dccf607b934750ee59bd7ab8f16f63f6f
pkgname = python-fipy
diff --git a/PKGBUILD b/PKGBUILD
index 6399bc3edfd2..e5b0de3ddfe6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=python-fipy
-pkgver=3.4.3
+pkgver=3.4.4
pkgrel=1
pkgdesc="Partial differential equation solver for Python, based on finite volume approach."
arch=('any')
@@ -9,7 +9,7 @@ makedepends=('python-setuptools' 'python' 'python-future')
depends=('python' 'python-numpy' 'python-scipy' 'python-matplotlib')
optdepends=('gmsh: creation of irregular meshes')
source=("fipy-$pkgver.tar.gz::https://github.com/usnistgov/fipy/archive/${pkgver}.tar.gz")
-sha256sums=('a22733102b4b519b44c5cd2089e535b7a2d596fea598878299bbf4eb05c33644')
+sha256sums=('9b69a3569d93bb56a2b7aa9813b2b70dccf607b934750ee59bd7ab8f16f63f6f')
prepare(){
cp -R fipy-${pkgver} fipy-${pkgver}-py3