summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarry Jeffery2024-02-23 14:15:24 +0000
committerHarry Jeffery2024-02-23 14:15:24 +0000
commitf81d7c5a03bf1cd517cf6a1afe9b0da8c8e5f515 (patch)
treed23851a92d1504842c342685bbe43a9c60c69c99
parenta20262265ef7edd275154855a5e7558f1a29b9a3 (diff)
downloadaur-libnexus.tar.gz
Update sources protocol
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c8f0214d112..6bed710f72bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
-
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() {