summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHector Martinez-Seara2024-05-02 12:17:18 +0200
committerHector Martinez-Seara2024-05-02 12:17:18 +0200
commiteb596bb21a9876a54fbdab2c3bca9c422ec14799 (patch)
treefa61da02edd286e7cfb230c001a0d121ace69732
parent6c8434a3da8bef04b1262ef8a65e34f6c099f980 (diff)
downloadaur-python-griddataformats.tar.gz
Updated to v1.0.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a4fc22047f0..ce23bf6d331e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
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 = 1.0.1
+ pkgver = 1.0.2
pkgrel = 1
url = https://github.com/orbeckst/GridDataFormats/
arch = x86_64
license = GPL
depends = python-numpy
- source = https://github.com/orbeckst/GridDataFormats/archive/1.0.1.tar.gz
- sha256sums = 10931ba3ac92d09da4f7155986bb7ae7de59ae225340cb03b84423b24f46e6eb
+ source = https://github.com/orbeckst/GridDataFormats/archive/1.0.2.tar.gz
+ sha256sums = 19522bc2de4af0bc4dd7d44716951852cd7ff6a98f59de3551301fcea70ff57c
pkgname = python-griddataformats
diff --git a/PKGBUILD b/PKGBUILD
index bd7a29d4b899..e4eab02e28bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
#Contributor: Hector Mtz-Seara (hseara#at#gmail#com)
pkgname=python-griddataformats
-pkgver=1.0.1
+pkgver=1.0.2
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=('10931ba3ac92d09da4f7155986bb7ae7de59ae225340cb03b84423b24f46e6eb')
+sha256sums=('19522bc2de4af0bc4dd7d44716951852cd7ff6a98f59de3551301fcea70ff57c')
build() {
cd $srcdir/GridDataFormats-$pkgver