Date: Wednesday, April 20, 2016 @ 12:38:50 Author: ronald Revision: 265518
upgpkg: netcdf-fortran 4.4.2-1 update to 4.4.2; netcdf 4.4.1rc1 soname bump Modified: netcdf-fortran/trunk/PKGBUILD ----------+ PKGBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-04-20 10:33:13 UTC (rev 265517) +++ PKGBUILD 2016-04-20 10:38:50 UTC (rev 265518) @@ -3,8 +3,8 @@ # Contributor: damir <[email protected]> pkgname=netcdf-fortran -pkgver=4.4.1 -pkgrel=2 +pkgver=4.4.2 +pkgrel=1 pkgdesc="NetCDF fortran bindings" arch=("i686" "x86_64") url="http://www.unidata.ucar.edu/downloads/netcdf/netcdf-fortran/index.jsp" @@ -14,13 +14,12 @@ license=('custom') #install=${pkgname}.install source=(http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-fortran-${pkgver}.tar.gz) -sha1sums=('452a1b7ef12cbcace770dcc728a7b425cf7fb295') +sha1sums=('125cb00c92c05bf05c73c54de8c3c63a815e7a46') build() { cd ${srcdir}/${pkgname}-${pkgver} ./configure --prefix=/usr --enable-shared make -# make check } package() {
