summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Heitzmann Gabrielli2022-06-05 20:46:37 -0300
committerLucas Heitzmann Gabrielli2022-06-05 20:46:37 -0300
commitc4690bd81aced2cd8af601e8bc8aae2041ea9595 (patch)
tree2a0274faf23e2275243a4e3ea7a5ac14a903130e
parent32c4b17533c3fb267f8629fa3d571bf9b6d3c848 (diff)
downloadaur-h5utils-git.tar.gz
Repo update
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e1027c2f1368..b8ff62bcfcc2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = h5utils-git
pkgdesc = A set of utilities for visualization and conversion of scientific data in the free, portable HDF5 format
- pkgver = 1.13.r9.ge17b135
+ pkgver = 1.13.1.r5.ge68ec74
pkgrel = 1
- url = https://github.com/stevengj/h5utils
+ url = https://github.com/NanoComp/h5utils
arch = i686
arch = x86_64
license = MIT
@@ -10,11 +10,10 @@ pkgbase = h5utils-git
depends = hdf5
depends = libpng
optdepends = libmatheval: support symbolic expressions
- provides = h5utils
+ provides = h5utils=1.13.1.r5.ge68ec74
conflicts = h5utils
options = !makeflags
- source = git+https://github.com/stevengj/h5utils.git
+ source = git+https://github.com/NanoComp/h5utils.git
sha256sums = SKIP
pkgname = h5utils-git
-
diff --git a/PKGBUILD b/PKGBUILD
index f09636712cba..0c6a8fe71483 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Lucas H. Gabrielli <heitzmann@gmail.com>
pkgname=h5utils-git
-pkgver=1.13.r9.ge17b135
+pkgver=1.13.1.r5.ge68ec74
pkgrel=1
pkgdesc='A set of utilities for visualization and conversion of scientific data in the free, portable HDF5 format'
arch=('i686' 'x86_64')
-url='https://github.com/stevengj/h5utils'
+url='https://github.com/NanoComp/h5utils'
license=('MIT' 'GPL')
depends=('hdf5' 'libpng')
optdepends=('libmatheval: support symbolic expressions')
options=('!makeflags')
-provides=('h5utils')
+provides=("h5utils=${pkgver}")
conflicts=('h5utils')
-source=('git+https://github.com/stevengj/h5utils.git')
+source=('git+https://github.com/NanoComp/h5utils.git')
sha256sums=('SKIP')
pkgver() {