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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Fri Oct 21 05:00:36 UTC 2016


    Date: Friday, October 21, 2016 @ 05:00:35
  Author: bpiotrowski
Revision: 279069

upgpkg: netcdf 4.4.1-2

add libprovides

Modified:
  netcdf/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-10-20 20:40:03 UTC (rev 279068)
+++ PKGBUILD	2016-10-21 05:00:35 UTC (rev 279069)
@@ -4,12 +4,13 @@
 
 pkgname=netcdf
 pkgver=4.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc="network Common Data Form interface for array-oriented data access and corresponding library"
 arch=("i686" "x86_64")
 url="http://www.unidata.ucar.edu/downloads/netcdf/index.jsp"
 depends=('gcc-libs' 'hdf5' 'curl')
 optdepends=('netcdf-fortran: fortran bindings' 'netcdf-cxx: c++ bindings')
+provides=('libnetcdf.so')
 options=('!makeflags')
 license=('custom')
 #source=("http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-${pkgver}.tar.gz")



More information about the arch-commits mailing list