summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTorsten Keßler2021-11-28 15:14:11 +0100
committerTorsten Keßler2021-11-28 15:14:11 +0100
commit5f898c08757f57dcad68f83e0147d4f4775c69ff (patch)
tree56d8b067ca2ea73f855d3e31022c9a51a6ba91c7
parent3228d9eb00fb3cef92a1ea0a7ab3dead3a4b6204 (diff)
downloadaur-5f898c08757f57dcad68f83e0147d4f4775c69ff.tar.gz
upgpkg: python-meshio 5.0.4-2
Add python-npx dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c4e0cda4a397..f083e7159ee6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = python-meshio
pkgdesc = Input/output for many mesh formats
pkgver = 5.0.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/nschloe/meshio
arch = x86_64
license = MIT
makedepends = python-build
makedepends = python-pip
depends = python-numpy
+ depends = python-npx
optdepends = python-netcdf4
optdepends = python-h5py
source = python-meshio-5.0.4.tar.gz::https://github.com/nschloe/meshio/archive/v5.0.4.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index c3ffa5e76f65..3f94412ce8a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Torsten Keßler <t dot kessler at posteo dot de>
pkgname=python-meshio
pkgver=5.0.4
-pkgrel=1
+pkgrel=2
pkgdesc='Input/output for many mesh formats'
url='https://github.com/nschloe/meshio'
arch=('x86_64')
license=('MIT')
-depends=('python-numpy')
+depends=('python-numpy' 'python-npx')
makedepends=('python-build' 'python-pip')
optdepends=('python-netcdf4' 'python-h5py')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")