summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHector Mtz-Seara2017-06-11 17:54:21 +0200
committerHector Mtz-Seara2017-06-11 17:54:21 +0200
commit4922d1921a7db31583557b1ac12a562ce8ac568b (patch)
treeafa32e6f36f6e6d20d952f75ef7d557833563193
parent7cf090d07f841734aa538c1f9dd2f16ae18f955c (diff)
downloadaur-4922d1921a7db31583557b1ac12a562ce8ac568b.tar.gz
Updated to v0.3.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 26d0276dffa6..98425b1ed637 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,14 @@
-# Generated by mksrcinfo v8
-# Mon Feb 15 12:49:15 UTC 2016
pkgbase = python2-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.3.2
+ pkgver = 0.3.3
pkgrel = 1
url = https://github.com/orbeckst/GridDataFormats/
arch = i686
arch = x86_64
license = GPL
depends = python2-numpy
- source = https://github.com/orbeckst/GridDataFormats/archive/release-0.3.2.tar.gz
- sha1sums = 4a8f035a618a3de4a2c20b7f56d048f291dcfdb1
+ source = https://github.com/orbeckst/GridDataFormats/archive/release-0.3.3.tar.gz
+ sha1sums = dd0f5b0c409fbcfa5631123c05739d2f8d0d2c3e
pkgname = python2-griddataformats
diff --git a/PKGBUILD b/PKGBUILD
index fc8adaf3b375..d2a651b68030 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
#Contributor: Hector Mtz-Seara (hseara#at#gmail#com)
pkgname=python2-griddataformats
-pkgver=0.3.2
+pkgver=0.3.3
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=('python2-numpy')
source=(https://github.com/orbeckst/GridDataFormats/archive/release-$pkgver.tar.gz)
-sha1sums=('4a8f035a618a3de4a2c20b7f56d048f291dcfdb1')
+sha1sums=('dd0f5b0c409fbcfa5631123c05739d2f8d0d2c3e')
build() {
cd $srcdir/GridDataFormats-release-$pkgver