summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTorsten Keßler2022-10-29 10:10:02 +0200
committerTorsten Keßler2022-10-29 10:10:02 +0200
commit56293f42afdcfeab8edbb0dbdb7dae87967cfbe6 (patch)
treece305f2d253566fb156654685418aeb9ff628b82
parent82dad6948d4a1f723c428eecafe911ca638b5ac0 (diff)
downloadaur-56293f42afdcfeab8edbb0dbdb7dae87967cfbe6.tar.gz
upgpkg: python-meshio 5.3.4-2
Add setuptools to makedepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e95281062187..b240fa289981 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = python-meshio
pkgdesc = Input/output for many mesh formats
pkgver = 5.3.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/nschloe/meshio
arch = x86_64
license = MIT
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
+ makedepends = python-setuptools
depends = python-numpy
depends = python-rich
optdepends = python-netcdf4
diff --git a/PKGBUILD b/PKGBUILD
index c7ebbc5c99ce..5bf16124cee3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Torsten Keßler <t dot kessler at posteo dot de>
pkgname=python-meshio
pkgver=5.3.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' 'python-rich')
-makedepends=('python-build' 'python-installer' 'python-wheel')
+makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools')
optdepends=('python-netcdf4' 'python-h5py')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
sha256sums=('710af6e4fa2daed144f7fd58690fa6cbd476956d02b453ecae45787eb0bef3e3')