summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f632a4d419db..6bed710f72bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,14 @@
-# Generated by mksrcinfo v8
-# Mon Jul 25 12:12:39 UTC 2016
pkgbase = libnexus
pkgdesc = libnexus provides functionality for loading/saving the nexus file format for scientific data
- pkgver = 4.4.2
- pkgrel = 1
+ pkgver = 4.4.3
+ 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.2
+ source = libnexus::git+https://github.com/nexusformat/code.git#tag=v4.4.3
sha1sums = SKIP
pkgname = libnexus
-
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() {