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

Bruno Pagani archange at archlinux.org
Sun Sep 15 18:07:01 UTC 2019


    Date: Sunday, September 15, 2019 @ 18:07:00
  Author: archange
Revision: 510776

upgpkg: netcdf-cxx 4.3.1-1

Modified:
  netcdf-cxx/trunk/PKGBUILD

----------+
 PKGBUILD |   18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-15 17:52:06 UTC (rev 510775)
+++ PKGBUILD	2019-09-15 18:07:00 UTC (rev 510776)
@@ -3,16 +3,16 @@
 # Contributor: damir <damir at archlinux.org>
 
 pkgname=netcdf-cxx
-pkgver=4.3.0
-pkgrel=3
-pkgdesc="NetCDF c++ bindings"
-arch=('x86_64')
+pkgver=4.3.1
+pkgrel=1
+pkgdesc="NetCDF C++ bindings"
+arch=(x86_64)
 url="https://github.com/Unidata/netcdf-cxx4/"
-license=('custom')
-depends=('gcc-libs' 'netcdf' 'curl')
-options=('!makeflags')
-source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('25da1c97d7a01bc4cee34121c32909872edd38404589c0427fefa1301743f18f')
+license=(custom)
+depends=(gcc-libs netcdf curl)
+options=(!makeflags)
+source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('e3fe3d2ec06c1c2772555bf1208d220aab5fee186d04bd265219b0bc7a978edc')
 
 build() {
     cd ${pkgname}4-${pkgver}



More information about the arch-commits mailing list