summaryrefslogtreecommitdiff
path: root/xraylarch/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'xraylarch/PKGBUILD')
-rwxr-xr-xxraylarch/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/xraylarch/PKGBUILD b/xraylarch/PKGBUILD
index 706b6743..d5614b96 100755
--- a/xraylarch/PKGBUILD
+++ b/xraylarch/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Erich Eckner <arch at eckner dot net>
pkgname=xraylarch
pkgver=0.9.46
-pkgrel=4
+pkgrel=5
pkgdesc="Data Analysis Tools for X-ray Spectroscopy"
arch=('i686' 'pentium4' 'x86_64')
url="http://xraypy.github.io/xraylarch/"
license=('BSD')
groups=()
depends=(
- 'python>=3.7'
- 'python<3.8'
+ 'python>=3.8'
+ 'python<3.9'
'python-asteval>=0.9.12'
'python-h5py>=2.4'
'python-lmfit>=0.9.11'