summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorb00rt00s2022-08-14 16:20:23 +0200
committerb00rt00s2022-08-14 16:20:23 +0200
commit2b4df2653972ccebb0ec61738810a713994ea63f (patch)
tree8827d6f2f8c98a4e5f7a5dd6cc3ff2cd428853c7
parent5630ac7efe3577cff6ee62c00ea120911e03b0b3 (diff)
downloadaur-gsas2-svn.tar.gz
updated to version 5319
-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)