summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-03-28 10:20:22 +0200
committerErich Eckner <git@eckner.net>2018-03-28 10:20:22 +0200
commit96ea9929dd5f22ca7cd8639798b270eae60e379b (patch)
tree07509cb2bfa2bf6f6d33252535f565ccd48f9f42
parent379a33f568ff7d8bba496ce7679c28c3cbf545df (diff)
downloadarchlinuxewe-96ea9929dd5f22ca7cd8639798b270eae60e379b.tar.xz
xraylarch: 0.9.36-1 -> 0.9.37-1
-rwxr-xr-xxraylarch/PKGBUILD25
1 files changed, 14 insertions, 11 deletions
diff --git a/xraylarch/PKGBUILD b/xraylarch/PKGBUILD
index 7c8ea4d1c..8902160a7 100755
--- a/xraylarch/PKGBUILD
+++ b/xraylarch/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Erich Eckner <arch at eckner dot net>
pkgname=xraylarch
-pkgver=0.9.36
+pkgver=0.9.37
pkgrel=1
pkgdesc="Data Analysis Tools for X-ray Spectroscopy"
arch=('i686' 'x86_64')
@@ -9,16 +9,19 @@ license=('BSD')
groups=()
depends=(
'python2'
- 'python2-h5py'
- 'python2-lmfit'
- 'python2-matplotlib'
- 'python2-numpy'
- 'python2-peakutils'
- 'python2-pillow'
+ 'python2-asteval>=0.9.12'
+ 'python2-backports.functools_lru_cache'
+ 'python2-h5py>=2.2'
+ 'python2-lmfit>=0.9.9'
+ 'python2-matplotlib>=1.5.1'
+ 'python2-numpy>=1.7'
+ 'python2-peakutils>=1.0.0'
+ 'python2-pillow>=3.4'
'python2-psutil'
- 'python2-requests'
- 'python2-scipy'
- 'python2-sqlalchemy'
+ 'python2-requests>=2.1'
+ 'python2-scipy>=0.17'
+ 'python2-six>=1.10'
+ 'python2-sqlalchemy>=0.9'
'python2-termcolor'
'python2-wxutils'
'python2-wxmplot'
@@ -43,7 +46,7 @@ options=()
source=(
"${pkgname}-${pkgver}.tar.gz::https://github.com/xraypy/${pkgname}/archive/${pkgver}.tar.gz"
)
-sha512sums=('0210ab4524299fdded5f5e3c6e4382b3da5b39d87fcfb2290bfdbc651cc7483381d53a463586bf0009127c741a6122a6ac7a862aac376e4e6d6496f3b235ae6a')
+sha512sums=('a32bddfef459b9a61b28e31fff774e7db1b7cacd50414d9cfbfedfd8da0207da8b049e244620f19594312d8cf871002d8730236adfda12b7feac5b5d38203494')
build() {