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

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Wed Mar 12 13:10:14 UTC 2014


    Date: Wednesday, March 12, 2014 @ 14:10:14
  Author: bpiotrowski
Revision: 207580

upgpkg: netcdf 4.3.1.1-1

new upstream release

Modified:
  netcdf/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-03-12 12:15:55 UTC (rev 207579)
+++ PKGBUILD	2014-03-12 13:10:14 UTC (rev 207580)
@@ -3,8 +3,8 @@
 # Contributor: damir <damir at archlinux.org>
 
 pkgname=netcdf
-pkgver=4.3.0
-pkgrel=2
+pkgver=4.3.1.1
+pkgrel=1
 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"
@@ -13,7 +13,7 @@
 options=('!makeflags')
 license=('custom')
 source=(http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-${pkgver}.tar.gz)
-sha1sums=('31b4b3b17146cc8c14a8c7be3fe5f28e5a8a5deb')
+sha1sums=('6aed20fa906e4963017ce9d1591aab39d8a556e4')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -30,5 +30,5 @@
   make DESTDIR=${pkgdir} install
 
   install -Dm644 ${srcdir}/${pkgname}-${pkgver}/COPYRIGHT \
-	${pkgdir}/usr/share/licenses/${pkgname}/COPYRIGHT
+    ${pkgdir}/usr/share/licenses/${pkgname}/COPYRIGHT
 }




More information about the arch-commits mailing list