diff options
author | Erich Eckner <git@eckner.net> | 2017-05-15 13:34:53 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2017-05-15 13:34:53 +0200 |
commit | fe05f69292b307ee3b9891ebb711b25441c065e8 (patch) | |
tree | 3ebbdfed33ddf72c40d769a09882edcfdbb99542 | |
parent | 173918ef644ec2ff3ddfae25b501bd6794a79ed3 (diff) | |
download | archlinuxewe-fe05f69292b307ee3b9891ebb711b25441c065e8.tar.xz |
xraylarch-0.9.32-2 -> xraylarch-0.9.33-1
-rwxr-xr-x | xraylarch/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/xraylarch/PKGBUILD b/xraylarch/PKGBUILD index 33e6bf6b1..4f91c7cbc 100755 --- a/xraylarch/PKGBUILD +++ b/xraylarch/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Erich Eckner <arch at eckner dot net> pkgname=xraylarch -pkgver=0.9.32 -pkgrel=2 +pkgver=0.9.33 +pkgrel=1 pkgdesc="Data Analysis Tools for X-ray Spectroscopy" arch=('any') url="http://xraypy.github.io/xraylarch/" @@ -14,6 +14,7 @@ depends=( 'python2-matplotlib' 'python2-numpy' 'python2-pillow' + 'python2-requests' 'python2-scipy' 'python2-sqlalchemy' 'python2-wxutils' @@ -28,7 +29,6 @@ optdepends=( 'python2-fabio: needed for xrd modules' 'python2-nose: needed for testing tools' 'python2-pyFAI: needed for xrd modules' - 'python2-requests: needed for graphics, plotting and xrd modules' 'python2-termcolor: needed for color-enhanced error messages' 'python2-xrayutilities: needed for xrd modules' 'python2-yaml: needed for graphics and plotting' @@ -41,7 +41,7 @@ options=() source=( "${pkgname}-${pkgver}.tar.gz::https://github.com/xraypy/${pkgname}/archive/${pkgver}.tar.gz" ) -sha512sums=('5f646dafe486a1f929991f376345ef033bef1c2c8cb4613eba63e466a416c93e9c9599857406c78da88df658563fdfa83e183d2819acaa875daed1a10c138b9e') +sha512sums=('46d80e01136baaf587bdbb441a574991820a31021fd728184fc640f9035fb053e4c5ee1fb6b8a506be851abff731c6ff95d06d7d622731ce0ee9e832ed178873') build() { |