summaryrefslogtreecommitdiff
path: root/cgns
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2017-08-01 12:27:00 +0200
committerErich Eckner <git@eckner.net>2017-08-01 12:27:00 +0200
commit7a265a08125186cf99b4426b85e2479826519e58 (patch)
tree275e2fe7db098c38efa7cc904ebec9ba36662bc2 /cgns
parentcb98553b895052c98626a961f550e2a9ff48898d (diff)
downloadarchlinuxewe.git.save-7a265a08125186cf99b4426b85e2479826519e58.tar.xz
cgns 3.3.0-3 -> 3.3.1-1
Diffstat (limited to 'cgns')
-rw-r--r--cgns/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/cgns/PKGBUILD b/cgns/PKGBUILD
index 411e6345..f959bbe1 100644
--- a/cgns/PKGBUILD
+++ b/cgns/PKGBUILD
@@ -7,8 +7,8 @@
pkgname=cgns
_PKGNAME=CGNS
-pkgver=3.3.0
-pkgrel=3
+pkgver=3.3.1
+pkgrel=1
pkgdesc='Standard for recording and recovering computer data associated with the numerical solution of fluid dynamics equations'
arch=('i686' 'x86_64')
url='http://www.cgns.org'
@@ -16,7 +16,7 @@ license=('custom')
depends=('tk' 'hdf5' 'libxmu' 'glu')
makedepends=('gcc-fortran' 'cmake')
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/${_PKGNAME}/${_PKGNAME}/archive/v${pkgver}.tar.gz)
-sha256sums=('8422c67994f8dc6a2f201523a14f6c7d7e16313bdd404c460c16079dbeafc662')
+sha512sums=('d25149b6e59d9db7c31a36967a8d035308a15b9ba884da44999673d9ced43aa60c90a5152ce9f223fb9690a4802e56dce4aaec24f6b40c1d9eea370523383c32')
# need to tell cmake when to build 64bit version
if [[ $CARCH == "x86_64" ]]