summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYngve Levinsen2019-01-21 16:16:28 +0100
committerYngve Levinsen2019-01-21 16:16:28 +0100
commit64133cd05aa851e70bc40b49d0c704558642a4f4 (patch)
treec24f80bdaf49fc92b3a57833d78c3a4d6f82526c
parent593fbd8b8ef5dbefa39ab45c303b73604a4915c4 (diff)
downloadaur-64133cd05aa851e70bc40b49d0c704558642a4f4.tar.gz
Updated to 1.13.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5945e59bdb61..a966e3ee1d21 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,8 @@
-# Generated by mksrcinfo v8
-# Thu Aug 3 15:51:49 UTC 2017
pkgbase = h5utils
pkgdesc = Software for visualization/conversion of scientific data in the HDF5 format
- pkgver = 1.13
+ pkgver = 1.13.1
pkgrel = 1
- url = http://ab-initio.mit.edu/wiki/index.php/H5utils
+ url = https://github.com/NanoComp/h5utils
arch = i686
arch = x86_64
license = MIT
@@ -13,8 +11,8 @@ pkgbase = h5utils
depends = libpng
optdepends = libmatheval: support symbolic expressions
options = !makeflags
- source = https://github.com/stevengj/h5utils/releases/download/1.13/h5utils-1.13.tar.gz
- sha256sums = 7e8b05942908975455e81e12b0dcbc7bc12e9560c29d5203fce3b25d7de6e494
+ source = https://github.com/stevengj/h5utils/releases/download/1.13.1/h5utils-1.13.1.tar.gz
+ sha256sums = c5a76f064d6daa3e65583dce2b61202510e67cf6590f076af9a8aa72511d7d65
pkgname = h5utils
diff --git a/PKGBUILD b/PKGBUILD
index 199ebc1126dc..ee075b95e135 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Contributor: Anton Bazhenov <anton.bazhenov at gmail>
-# Maintainer: McNoggins <gagnon88 at gmail>
+# Contributor: McNoggins <gagnon88 at gmail>
+# Maintainer: Eothred <yngve AT pm DOT me>
pkgname=h5utils
-pkgver=1.13
+pkgver=1.13.1
pkgrel=1
pkgdesc="Software for visualization/conversion of scientific data in the HDF5 format"
arch=('i686' 'x86_64')
-url="http://ab-initio.mit.edu/wiki/index.php/H5utils"
+url="https://github.com/NanoComp/h5utils"
license=('MIT' 'GPL')
depends=('hdf5' 'libpng')
optdepends=('libmatheval: support symbolic expressions')
options=('!makeflags')
source=(https://github.com/stevengj/h5utils/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('7e8b05942908975455e81e12b0dcbc7bc12e9560c29d5203fce3b25d7de6e494')
build() {
@@ -33,3 +33,4 @@ package() {
make DESTDIR="${pkgdir}" install
install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
}
+sha256sums=('c5a76f064d6daa3e65583dce2b61202510e67cf6590f076af9a8aa72511d7d65')