summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHector Martinez-Seara2020-03-04 12:31:23 +0100
committerHector Martinez-Seara2020-03-04 12:31:23 +0100
commite23768ce9397368403ad767852293445ee1e5e3b (patch)
treeaea9c7c047e6b19d7cc241d47feed6f2ccbbb195
parentcc481c34dd65886224da53c2ebb2b5da1515d6e4 (diff)
downloadaur-e23768ce9397368403ad767852293445ee1e5e3b.tar.gz
Updated to v0.5.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8243ffbc2779..0020ce7b782d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
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.4.0
+ pkgver = 0.5.0
pkgrel = 1
url = https://github.com/orbeckst/GridDataFormats/
- arch = i686
+ arch =
arch = x86_64
license = GPL
depends = python-numpy
- source = https://github.com/orbeckst/GridDataFormats/archive/0.4.0.tar.gz
- sha1sums = dc4ffec05ade25a691b5529ff9d580755130bcc7
+ source = https://github.com/orbeckst/GridDataFormats/archive/0.5.0.tar.gz
+ sha256sums = 141aac230f4fe62fe9739f6394cf4d05afc36ae6987c747cfaca710967fc282c
pkgname = python-griddataformats
diff --git a/PKGBUILD b/PKGBUILD
index e26727f8fa67..007f2970fa71 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
#Contributor: Hector Mtz-Seara (hseara#at#gmail#com)
pkgname=python-griddataformats
-pkgver=0.4.0
+pkgver=0.5.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/"
license=("GPL")
-arch=('i686' 'x86_64')
+arch=('' 'x86_64')
depends=('python-numpy')
source=(https://github.com/orbeckst/GridDataFormats/archive/$pkgver.tar.gz)
-sha1sums=('dc4ffec05ade25a691b5529ff9d580755130bcc7')
+sha256sums=('141aac230f4fe62fe9739f6394cf4d05afc36ae6987c747cfaca710967fc282c')
build() {
cd $srcdir/GridDataFormats-$pkgver