summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a9cd80c4c5a5..944f8e2efb59 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Harry Jeffery <harry|@|exec64|.|co|.|uk>
pkgname=libnexus
-pkgver=4.4.2
-pkgrel=1
+pkgver=4.4.3
+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() {