summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreolianoe2017-07-18 20:05:30 +0200
committereolianoe2017-07-18 20:05:30 +0200
commitec35525580c8a765d19fbf67fb93bab8f525f016 (patch)
tree2ce26e232c19bd8bd7b8ec8132cb067fce5a26c9
parent4e1889eea5080c0d4231663a1068f9ae76369eb2 (diff)
downloadaur-ec35525580c8a765d19fbf67fb93bab8f525f016.tar.gz
updpkg: 3.3.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cfd262f8d2ba..059e5a574264 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Feb 28 15:14:43 UTC 2017
+# Tue Jul 18 18:05:18 UTC 2017
pkgbase = cgns
pkgdesc = Standard for recording and recovering computer data associated with the numerical solution of fluid dynamics equations
- pkgver = 3.3.0
+ pkgver = 3.3.1
pkgrel = 3
url = http://www.cgns.org
arch = i686
@@ -14,8 +14,8 @@ pkgbase = cgns
depends = hdf5
depends = libxmu
depends = glu
- source = cgns-3.3.0.tar.gz::https://github.com/CGNS/CGNS/archive/v3.3.0.tar.gz
- sha256sums = 8422c67994f8dc6a2f201523a14f6c7d7e16313bdd404c460c16079dbeafc662
+ source = cgns-3.3.1.tar.gz::https://github.com/CGNS/CGNS/archive/v3.3.1.tar.gz
+ sha256sums = 81093693b2e21a99c5640b82b267a495625b663d7b8125d5f1e9e7aaa1f8d469
pkgname = cgns
diff --git a/PKGBUILD b/PKGBUILD
index 25e9f24e7152..53f679d790df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=cgns
_PKGNAME=CGNS
-pkgver=3.3.0
+pkgver=3.3.1
pkgrel=3
pkgdesc='Standard for recording and recovering computer data associated with the numerical solution of fluid dynamics equations'
arch=('i686' 'x86_64')
@@ -15,7 +15,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')
+sha256sums=('81093693b2e21a99c5640b82b267a495625b663d7b8125d5f1e9e7aaa1f8d469')
# need to tell cmake when to build 64bit version
if [[ $CARCH == "x86_64" ]]