diff options
-rw-r--r-- | .SRCINFO | 7 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 7 deletions
@@ -1,17 +1,14 @@ -# Generated by mksrcinfo v8 -# Mon Sep 12 18:58:44 UTC 2016 pkgbase = libnexus pkgdesc = libnexus provides functionality for loading/saving the nexus file format for scientific data pkgver = 4.4.3 - pkgrel = 1 + pkgrel = 2 url = http://www.nexusformat.org/ arch = x86_64 arch = i686 license = GPL depends = hdf5-cpp-fortran optdepends = hdf4: hdf4 file format support - source = libnexus::git://github.com/nexusformat/code.git#tag=v4.4.3 + source = libnexus::git+https://github.com/nexusformat/code.git#tag=v4.4.3 sha1sums = SKIP pkgname = libnexus - @@ -2,14 +2,14 @@ pkgname=libnexus pkgver=4.4.3 -pkgrel=1 +pkgrel=2 pkgdesc="libnexus provides functionality for loading/saving the nexus file format for scientific data" url="http://www.nexusformat.org/" arch=('x86_64' 'i686') license=('GPL') depends=('hdf5-cpp-fortran') optdepends=('hdf4: hdf4 file format support') -source=("$pkgname::git://github.com/nexusformat/code.git#tag=v${pkgver}") +source=("$pkgname::git+https://github.com/nexusformat/code.git#tag=v${pkgver}") sha1sums=('SKIP') build() { |