summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHector Mtz-Seara2022-01-07 15:56:03 +0100
committerHector Mtz-Seara2022-01-07 15:56:03 +0100
commitee696cac24a7cce48cbc64886de04d369a52db5e (patch)
tree1eedad05c08ed55c4af290abd60d140991a2f16f
parente23768ce9397368403ad767852293445ee1e5e3b (diff)
downloadaur-ee696cac24a7cce48cbc64886de04d369a52db5e.tar.gz
v0.6.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0020ce7b782d..9424826e4ec2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = python-griddataformats
pkgdesc = The gridDataFormats package provides classes to unify reading and writing n-dimensional datasets. One can read grid data from files, make them available as a Grid object, and allows one to write out the data again.
- pkgver = 0.5.0
+ pkgver = 0.6.0
pkgrel = 1
url = https://github.com/orbeckst/GridDataFormats/
arch =
arch = x86_64
license = GPL
depends = python-numpy
- source = https://github.com/orbeckst/GridDataFormats/archive/0.5.0.tar.gz
- sha256sums = 141aac230f4fe62fe9739f6394cf4d05afc36ae6987c747cfaca710967fc282c
+ source = https://github.com/orbeckst/GridDataFormats/archive/0.6.0.tar.gz
+ sha256sums = 8162beb3c360734ec5bf365b4afb8cc8beb498cf7c1b820da0a53e79fa6ca87f
pkgname = python-griddataformats
-
diff --git a/PKGBUILD b/PKGBUILD
index 007f2970fa71..d0fc6cd704f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
#Contributor: Hector Mtz-Seara (hseara#at#gmail#com)
pkgname=python-griddataformats
-pkgver=0.5.0
+pkgver=0.6.0
pkgrel=1
pkgdesc="The gridDataFormats package provides classes to unify reading and writing n-dimensional datasets. One can read grid data from files, make them available as a Grid object, and allows one to write out the data again."
url="https://github.com/orbeckst/GridDataFormats/"
@@ -10,7 +10,7 @@ depends=('python-numpy')
source=(https://github.com/orbeckst/GridDataFormats/archive/$pkgver.tar.gz)
-sha256sums=('141aac230f4fe62fe9739f6394cf4d05afc36ae6987c747cfaca710967fc282c')
+sha256sums=('8162beb3c360734ec5bf365b4afb8cc8beb498cf7c1b820da0a53e79fa6ca87f')
build() {
cd $srcdir/GridDataFormats-$pkgver