summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6cb8c589d09b..944f8e2efb59 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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() {