summaryrefslogtreecommitdiff
path: root/python-peakutils
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2020-05-18 09:29:59 +0200
committerErich Eckner <git@eckner.net>2020-05-18 09:29:59 +0200
commit4457d3df0212372a4e86b0574df7cba3080af153 (patch)
tree99513dcbd5376f678631f4393579150729586181 /python-peakutils
parentb387e1af2e0d90ed5a45382f2649687319271634 (diff)
downloadarchlinuxewe.git.save-4457d3df0212372a4e86b0574df7cba3080af153.tar.xz
python-peakutils: fix depends
Diffstat (limited to 'python-peakutils')
-rw-r--r--python-peakutils/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/python-peakutils/PKGBUILD b/python-peakutils/PKGBUILD
index 93b01755..c02921c0 100644
--- a/python-peakutils/PKGBUILD
+++ b/python-peakutils/PKGBUILD
@@ -4,12 +4,12 @@
pkgname='python-peakutils'
_pkgname='PeakUtils'
pkgver=1.3.3
-pkgrel=2
+pkgrel=3
pkgdesc="Peak detection utilities for 1D data"
arch=('any')
url="https://pypi.python.org/pypi/PeakUtils"
license=('MIT')
-_depends=(
+depends=(
'python>=3.8'
'python<3.9'
'python-sphinx-better-theme')