summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuis Martinez2022-05-08 01:30:21 -0500
committerLuis Martinez2022-05-08 01:31:56 -0500
commite20299947dfb69be7a7069f89ae1f9c1e82bd558 (patch)
treeacac6393f2c9157833ed58077bf1253c3ea4b944 /PKGBUILD
parente82e426578737930e26cda9ef2bcb3b46dc6969e (diff)
downloadaur-e20299947dfb69be7a7069f89ae1f9c1e82bd558.tar.gz
update to 1.14.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5813a5460669..a90f3686920f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
# Contributor: Masoud <mpoloton@gmail.com>
pkgname=python-pyfr
-pkgver=1.13.0
-_commit=ddab8b0
-pkgrel=2
+pkgver=1.14.0
+_commit=ec32646
+pkgrel=1
pkgdesc="Framework for solving advection-diffusion type problems on streaming architectures"
arch=('any')
url='https://github.com/pyfr/pyfr'
license=('BSD')
depends=(
- 'python>=3.8'
+ 'python>=3.9'
'python-appdirs'
'python-gimmik'
'python-h5py-openmpi'