summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStefan Biereigel2024-03-16 20:29:32 +0100
committerStefan Biereigel2024-03-16 20:29:32 +0100
commit51a36940cfa7d937ade89c79b2cf740ec2daec98 (patch)
tree55be8b17db3c8b7724e5e9f714db5c7eacfb59c3 /PKGBUILD
parent13e93f1c9f05c94c3fd4d6eb807c7a6b3e79aec2 (diff)
downloadaur-python-openems-git.tar.gz
add python-setuptools to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1b06d11a3081..e98f592dede4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Stefan Biereigel <stefan@biereigel.de>
pkgname=python-openems-git
-pkgver=v0.0.35.r28.g6133dea
+pkgver=v0.0.36.r15.g1ccf094
pkgrel=1
pkgdesc="a free and open source EC-FDTD solver"
url="https://github.com/thliebig/openEMS"
arch=('i686' 'x86_64')
license=('GPL3')
depends=('openems' 'python-csxcad')
-makedepends=('cython')
+makedepends=('cython' 'python-setuptools')
provides=('python-openems')
conflicts=('python-openems')