summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorb00rt00s2022-02-20 20:06:05 +0100
committerb00rt00s2022-02-20 20:06:05 +0100
commit5630ac7efe3577cff6ee62c00ea120911e03b0b3 (patch)
tree8bf992608c545809c72e76bb082c0f90175a8db5
parent9b7877451044eb0dc341ecf40e9e4ab24bab7ab0 (diff)
downloadaur-5630ac7efe3577cff6ee62c00ea120911e03b0b3.tar.gz
changed 'python-wxpython' dependency with 'python-wxpython-dev'
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bd5d4625795d..cbca7ada9517 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gsas2-svn
pkgdesc = General Structure Analysis System II - refinement for powder diffraction patterns
- pkgver = 4925
+ pkgver = 5182
pkgrel = 1
url = https://subversion.xray.aps.anl.gov/trac/pyGSAS
arch = i686
@@ -16,7 +16,7 @@ pkgbase = gsas2-svn
depends = python-numpy
depends = python-pillow
depends = python-h5py
- depends = python-wxpython
+ depends = python-wxpython-dev
depends = python-numpy
depends = python-spglib
source = gsas2::svn+https://subversion.xray.aps.anl.gov/pyGSAS/trunk
diff --git a/PKGBUILD b/PKGBUILD
index 21f64e2dd2a5..63145f5a5743 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=gsas2-svn
_pkgname=gsas2
-pkgver=4925
+pkgver=5182
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 python-numpy python-spglib)
+depends=(python python-scipy python-matplotlib python-opengl python-numpy python-pillow python-h5py python-wxpython-dev python-numpy python-spglib)
[ "${CARCH}" = "x86_64" ] && depends=("${depends[@]}")
makedepends=(subversion scons gcc-fortran)