summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis Gagnon2017-08-03 11:51:59 -0400
committerDenis Gagnon2017-08-03 11:51:59 -0400
commit593fbd8b8ef5dbefa39ab45c303b73604a4915c4 (patch)
treef3e88e4076f7d0f681bcd3ab5654797425db9cda
parent1f061470855dd55f7554a00242890277d206b0a6 (diff)
downloadaur-593fbd8b8ef5dbefa39ab45c303b73604a4915c4.tar.gz
Updated to 1.13
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index daa303ab65eb..5945e59bdb61 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Jul 29 13:28:02 UTC 2016
+# Thu Aug 3 15:51:49 UTC 2017
pkgbase = h5utils
pkgdesc = Software for visualization/conversion of scientific data in the HDF5 format
- pkgver = 1.12.1
- pkgrel = 8
+ pkgver = 1.13
+ pkgrel = 1
url = http://ab-initio.mit.edu/wiki/index.php/H5utils
arch = i686
arch = x86_64
@@ -13,8 +13,8 @@ pkgbase = h5utils
depends = libpng
optdepends = libmatheval: support symbolic expressions
options = !makeflags
- source = http://ab-initio.mit.edu/h5utils/h5utils-1.12.1.tar.gz
- sha256sums = 7290290ca5d5d4451d757a70c86baaa70d23a28edb09c951b6b77c22b924a38d
+ source = https://github.com/stevengj/h5utils/releases/download/1.13/h5utils-1.13.tar.gz
+ sha256sums = 7e8b05942908975455e81e12b0dcbc7bc12e9560c29d5203fce3b25d7de6e494
pkgname = h5utils
diff --git a/PKGBUILD b/PKGBUILD
index 518858a9c19c..199ebc1126dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Contributor: Anton Bazhenov <anton.bazhenov at gmail>
# Maintainer: McNoggins <gagnon88 at gmail>
pkgname=h5utils
-pkgver=1.12.1
-pkgrel=8
+pkgver=1.13
+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"
@@ -10,8 +10,8 @@ license=('MIT' 'GPL')
depends=('hdf5' 'libpng')
optdepends=('libmatheval: support symbolic expressions')
options=('!makeflags')
-source=(http://ab-initio.mit.edu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('7290290ca5d5d4451d757a70c86baaa70d23a28edb09c951b6b77c22b924a38d')
+source=(https://github.com/stevengj/h5utils/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('7e8b05942908975455e81e12b0dcbc7bc12e9560c29d5203fce3b25d7de6e494')
build() {