diff options
author | Erich Eckner <git@eckner.net> | 2023-05-05 21:15:32 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2023-05-05 21:15:32 +0200 |
commit | e7c2947f55686bec0905e05c290d745164021fe2 (patch) | |
tree | d85904bcb5c5dcaa778da9599718d7f582af2fb4 /python-peakutils | |
parent | 8edd7f4b85e5e30bce7a3db068ef821193580111 (diff) | |
download | archlinuxewe-e7c2947f55686bec0905e05c290d745164021fe2.tar.xz |
recompile all python packages
Diffstat (limited to 'python-peakutils')
-rw-r--r-- | python-peakutils/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python-peakutils/PKGBUILD b/python-peakutils/PKGBUILD index 34c3edcc1..17f513340 100644 --- a/python-peakutils/PKGBUILD +++ b/python-peakutils/PKGBUILD @@ -4,14 +4,14 @@ pkgname='python-peakutils' _pkgname='PeakUtils' pkgver=1.3.4 -pkgrel=3 +pkgrel=4 pkgdesc="Peak detection utilities for 1D data" arch=('any') url="https://pypi.python.org/pypi/PeakUtils" license=('MIT') depends=( - 'python>=3.10' - 'python<3.11' + 'python>=3.11' + 'python<3.12' 'python-sphinx-better-theme') makedepends=( 'python-setuptools') |