summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2019-03-13 19:50:15 +0100
committerMichel Zou2019-03-13 19:50:15 +0100
commit62248ac8abd804fba6795bb027f9ad5c161b9291 (patch)
treedb9bd333ee6efd31225dadb06caaffaaff9ddebc
parent52f1d0ea2314b3b841662e25c3dc255ee089e72d (diff)
downloadaur-62248ac8abd804fba6795bb027f9ad5c161b9291.tar.gz
3.4.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD12
2 files changed, 7 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f54a6c45c78..1321cda5a0f9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Wed Oct 4 11:48:14 UTC 2017
pkgbase = mingw-w64-cgns
pkgdesc = Standard for recording and recovering computer data associated with the numerical solution of fluid dynamics equations (mingw-w64)
- pkgver = 3.3.1
- pkgrel = 2
+ pkgver = 3.4.0
+ pkgrel = 1
url = http://www.cgns.org
arch = any
license = custom
@@ -13,8 +11,8 @@ pkgbase = mingw-w64-cgns
options = !buildflags
options = !strip
options = staticlibs
- source = mingw-w64-cgns-3.3.1.tar.gz::https://github.com/CGNS/CGNS/archive/v3.3.1.tar.gz
- sha256sums = 81093693b2e21a99c5640b82b267a495625b663d7b8125d5f1e9e7aaa1f8d469
+ source = mingw-w64-cgns-3.4.0.tar.gz::https://github.com/CGNS/CGNS/archive/v3.4.0.tar.gz
+ sha256sums = 6372196caf25b27d38cf6f056258cb0bdd45757f49d9c59372b6dbbddb1e05da
pkgname = mingw-w64-cgns
diff --git a/PKGBUILD b/PKGBUILD
index 681fcb88167d..8308e90dbca9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=mingw-w64-cgns
_PKGNAME=CGNS
-pkgver=3.3.1
-pkgrel=2
+pkgver=3.4.0
+pkgrel=1
pkgdesc='Standard for recording and recovering computer data associated with the numerical solution of fluid dynamics equations (mingw-w64)'
arch=('any')
url='http://www.cgns.org'
@@ -10,18 +10,12 @@ depends=('mingw-w64-crt' 'mingw-w64-hdf5')
makedepends=('mingw-w64-cmake')
options=('!buildflags' '!strip' 'staticlibs')
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/${_PKGNAME}/${_PKGNAME}/archive/v${pkgver}.tar.gz)
-sha256sums=('81093693b2e21a99c5640b82b267a495625b663d7b8125d5f1e9e7aaa1f8d469')
+sha256sums=('6372196caf25b27d38cf6f056258cb0bdd45757f49d9c59372b6dbbddb1e05da')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
prepare(){
cd "${srcdir}/${_PKGNAME}-${pkgver}"
-
- # https://github.com/CGNS/CGNS/pull/45
- sed -i "s|#ifdef CG_BUILD_64BIT|#if 0|g" src/cgnstypes.h.in
-
- # https://github.com/CGNS/CGNS/pull/46
- sed -i "s|add_library(cgns_static|add_library(cgns_static STATIC|g" src/CMakeLists.txt
}
build() {