[arch-commits] Commit in netcdf-openmpi/trunk (PKGBUILD)

Bruno Pagani archange at archlinux.org
Mon Feb 18 13:06:14 UTC 2019


    Date: Monday, February 18, 2019 @ 13:06:12
  Author: archange
Revision: 434231

upgpkg: netcdf-openmpi 4.6.2.1-1

Modified:
  netcdf-openmpi/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-18 12:39:35 UTC (rev 434230)
+++ PKGBUILD	2019-02-18 13:06:12 UTC (rev 434231)
@@ -5,21 +5,21 @@
 _pkg=netcdf
 _mpi=openmpi
 pkgname=${_pkg}-${_mpi}
-pkgver=4.6.2
-pkgrel=2
+pkgver=4.6.2.1
+pkgrel=1
 pkgdesc="network Common Data Form interface for array-oriented data access and corresponding library with parallel support (${_mpi} version)"
 arch=('x86_64')
 url="https://www.unidata.ucar.edu/software/netcdf/"
+license=('custom')
 depends=("hdf5-${_mpi}" "pnetcdf-${_mpi}" 'curl')
 makedepends=('cmake')
 optdepends=('netcdf-fortran: fortran bindings' 'netcdf-cxx: c++ bindings')
 checkdepends=('inetutils')
-provides=('netcdf')
-conflicts=('netcdf')
+provides=("${_pkg}")
+conflicts=("${_pkg}")
 options=('!makeflags')
-license=('custom')
 source=(${_pkg}-${pkgver}.tar.gz::"https://github.com/Unidata/netcdf-c/archive/v${pkgver}.tar.gz")
-sha256sums=('673936c76ae0c496f6dde7e077f5be480afc1e300adb2c200bf56fbe22e5a82a')
+sha256sums=('f5526423f11ec6c582025710d144438a707afca0499dc00f9fe6067aa8676aac')
 
 prepare() {
     mkdir -p build



More information about the arch-commits mailing list