summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorClemens Brunner2024-02-07 11:21:13 +0100
committerClemens Brunner2024-02-07 11:21:13 +0100
commit6ab27c6f22602939663205a8175317fb84cf1c3d (patch)
tree8ecb4c4ead90967f7b8e48310948d24c358111c1
parentee28d21b9706fa31c60193f97d15b3afb6c7d520 (diff)
downloadaur-6ab27c6f22602939663205a8175317fb84cf1c3d.tar.gz
Add setuptools as make dep
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f064fd1459d2..cddcd7782012 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = python-pyxdf
pkgdesc = Python importer for XDF files
pkgver = 1.16.5
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/xdf-modules/pyxdf
arch = any
license = BSD
+ makedepends = python-setuptools
depends = python
depends = python-numpy
source = https://files.pythonhosted.org/packages/source/p/pyxdf/pyxdf-1.16.5.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 8fcf6f8d2356..0bfb3171ef6e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=python-pyxdf
_name=${pkgname#python-}
pkgver=1.16.5
-pkgrel=1
+pkgrel=2
pkgdesc="Python importer for XDF files"
arch=('any')
url="https://github.com/xdf-modules/pyxdf"
license=('BSD')
groups=()
depends=('python' 'python-numpy')
-makedepends=()
+makedepends=('python-setuptools')
optdepends=()
provides=()
conflicts=()