[arch-commits] Commit in netcdf-cxx/trunk (PKGBUILD)
Ronald van Haren
ronald at archlinux.org
Thu Oct 20 20:37:08 UTC 2016
Date: Thursday, October 20, 2016 @ 20:37:08
Author: ronald
Revision: 279065
upgpkg: netcdf-cxx 4.3.0-1
update to 4.3.0
Modified:
netcdf-cxx/trunk/PKGBUILD
----------+
PKGBUILD | 13 +++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-10-20 19:15:38 UTC (rev 279064)
+++ PKGBUILD 2016-10-20 20:37:08 UTC (rev 279065)
@@ -3,8 +3,8 @@
# Contributor: damir <damir at archlinux.org>
pkgname=netcdf-cxx
-pkgver=4.2
-pkgrel=4
+pkgver=4.3.0
+pkgrel=1
pkgdesc="NetCDF c++ bindings"
arch=("i686" "x86_64")
url="http://www.unidata.ucar.edu/downloads/netcdf/netcdf-cxx/index.jsp"
@@ -11,8 +11,8 @@
depends=('gcc-libs' 'netcdf' 'curl')
options=('!makeflags')
license=('custom')
-source=(http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-cxx4-${pkgver}.tar.gz)
-sha1sums=('59628c9f06c211a47517fc00d8b068da159ffa9d')
+source=(http://github.com/Unidata/${pkgname}4/archive/v${pkgver}.tar.gz)
+sha1sums=('c3290c514cfb414b5316a03e9cee1a48440d373c')
build() {
cd ${srcdir}/${pkgname}4-${pkgver}
@@ -20,6 +20,11 @@
make
}
+check() {
+ cd ${srcdir}/${pkgname}4-${pkgver}
+ make check
+}
+
package() {
cd ${srcdir}/${pkgname}4-${pkgver}
More information about the arch-commits
mailing list