summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1a8a1f5a64ca..5a4fc22047f0 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 = 0.6.0
- pkgrel = 2
+ pkgver = 1.0.1
+ pkgrel = 1
url = https://github.com/orbeckst/GridDataFormats/
arch = x86_64
license = GPL
depends = python-numpy
- source = https://github.com/orbeckst/GridDataFormats/archive/0.6.0.tar.gz
- sha256sums = 8162beb3c360734ec5bf365b4afb8cc8beb498cf7c1b820da0a53e79fa6ca87f
+ source = https://github.com/orbeckst/GridDataFormats/archive/1.0.1.tar.gz
+ sha256sums = 10931ba3ac92d09da4f7155986bb7ae7de59ae225340cb03b84423b24f46e6eb
pkgname = python-griddataformats
diff --git a/PKGBUILD b/PKGBUILD
index 9ee2d7422b87..bd7a29d4b899 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#Contributor: Hector Mtz-Seara (hseara#at#gmail#com)
pkgname=python-griddataformats
-pkgver=0.6.0
-pkgrel=2
+pkgver=1.0.1
+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/"
license=("GPL")
@@ -10,7 +10,7 @@ depends=('python-numpy')
source=(https://github.com/orbeckst/GridDataFormats/archive/$pkgver.tar.gz)
-sha256sums=('8162beb3c360734ec5bf365b4afb8cc8beb498cf7c1b820da0a53e79fa6ca87f')
+sha256sums=('10931ba3ac92d09da4f7155986bb7ae7de59ae225340cb03b84423b24f46e6eb')
build() {
cd $srcdir/GridDataFormats-$pkgver