summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorch1zvru2019-01-07 17:05:31 +0800
committerch1zvru2019-01-07 17:05:31 +0800
commit97a387436d2c429dc50387eaff629569ab00e293 (patch)
tree2f272a99124a858c372d3306aa0f8132d3686470 /PKGBUILD
parentca00812b0c474830277602114957dd1f3150700f (diff)
downloadaur-97a387436d2c429dc50387eaff629569ab00e293.tar.gz
v1.8.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 29d5cd3cfe4d..502cf965bc09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=('python-pyfr')
_pkgname=PyFR
-pkgver=1.7.6
+pkgver=1.8.0
pkgrel=1
pkgdesc="Python based framework for solving advection-diffusion type problems on streaming architectures"
arch=('i686' 'x86_64')
@@ -30,7 +30,7 @@ optdepends=('metis>=5.0: needed for running PyFR in parallel'
'openblas: alternative blas for OpenMP backend'
'cgns>=3.3: for importing CGNS meshes' )
-sha256sums=('9a2f8aa91941e9af4aab40ede50666871a07afba5007454f54a23796d83c4280')
+sha256sums=('60cb7bb4f3c3dcd0fdc9c3067aadee206220beb179706be7e84c8ddabbc51e06')
build() {
msg "Building pyfr"