summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHector Mtz-Seara2022-01-12 10:08:07 +0100
committerHector Mtz-Seara2022-01-12 10:08:07 +0100
commitea773fd793ee420024c89ebb1328c77f91c2a971 (patch)
treeebb69b2bc6ffab5850f26504c502df84a8f087e5
parentee696cac24a7cce48cbc64886de04d369a52db5e (diff)
downloadaur-ea773fd793ee420024c89ebb1328c77f91c2a971.tar.gz
Removed empty option in arch field
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9424826e4ec2..1a8a1f5a64ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,8 @@
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 = 1
+ pkgrel = 2
url = https://github.com/orbeckst/GridDataFormats/
- arch =
arch = x86_64
license = GPL
depends = python-numpy
diff --git a/PKGBUILD b/PKGBUILD
index d0fc6cd704f4..9ee2d7422b87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
#Contributor: Hector Mtz-Seara (hseara#at#gmail#com)
pkgname=python-griddataformats
pkgver=0.6.0
-pkgrel=1
+pkgrel=2
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=('' 'x86_64')
+arch=('x86_64')
depends=('python-numpy')