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

Bruno Pagani archange at archlinux.org
Tue Dec 26 13:38:47 UTC 2017


    Date: Tuesday, December 26, 2017 @ 13:38:46
  Author: archange
Revision: 276108

Update URLs and make use of https

Modified:
  netcdf-cxx/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-26 13:33:27 UTC (rev 276107)
+++ PKGBUILD	2017-12-26 13:38:46 UTC (rev 276108)
@@ -8,11 +8,11 @@
 pkgrel=2
 pkgdesc="NetCDF c++ bindings"
 arch=('x86_64')
-url="http://www.unidata.ucar.edu/downloads/netcdf/netcdf-cxx/index.jsp"
+url="https://github.com/Unidata/netcdf-cxx4/"
 license=('custom')
 depends=('gcc-libs' 'netcdf' 'curl')
 options=('!makeflags')
-source=(${pkgname}-${pkgver}.tar.gz::"http://github.com/Unidata/${pkgname}4/archive/v${pkgver}.tar.gz")
+source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/v${pkgver}.tar.gz")
 sha256sums=('25da1c97d7a01bc4cee34121c32909872edd38404589c0427fefa1301743f18f')
 
 build() {



More information about the arch-commits mailing list