summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cbca7ada9517..ed7e0d399914 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gsas2-svn
pkgdesc = General Structure Analysis System II - refinement for powder diffraction patterns
- pkgver = 5182
+ pkgver = 5319
pkgrel = 1
url = https://subversion.xray.aps.anl.gov/trac/pyGSAS
arch = i686
@@ -16,9 +16,10 @@ pkgbase = gsas2-svn
depends = python-numpy
depends = python-pillow
depends = python-h5py
- depends = python-wxpython-dev
+ depends = python-wxpython
depends = python-numpy
- depends = python-spglib
+ depends = python-requests
+ depends = ipython
source = gsas2::svn+https://subversion.xray.aps.anl.gov/pyGSAS/trunk
source = GSASII.desktop
source = rungsas2
diff --git a/PKGBUILD b/PKGBUILD
index 63145f5a5743..6ceae8c14c3c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=gsas2-svn
_pkgname=gsas2
-pkgver=5182
+pkgver=5319
pkgrel=1
pkgdesc="General Structure Analysis System II - refinement for powder diffraction patterns"
arch=(i686 x86_64)
url="https://subversion.xray.aps.anl.gov/trac/pyGSAS"
license=(unknown)
-depends=(python python-scipy python-matplotlib python-opengl python-numpy python-pillow python-h5py python-wxpython-dev python-numpy python-spglib)
+depends=(python python-scipy python-matplotlib python-opengl python-numpy python-pillow python-h5py python-wxpython python-numpy python-requests ipython)
[ "${CARCH}" = "x86_64" ] && depends=("${depends[@]}")
makedepends=(subversion scons gcc-fortran)