summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorb00rt00s2018-12-16 21:46:10 +0100
committerb00rt00s2018-12-16 21:46:10 +0100
commit255ed01320df8dbb5867ea0ce9e70b347b838c45 (patch)
tree899456b77ba2328c58668a4807d72439b346564a /PKGBUILD
parentfc332bd1bb873a7b6f12e43b316858ec37abf214 (diff)
downloadaur-255ed01320df8dbb5867ea0ce9e70b347b838c45.tar.gz
updated email
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 84a2bce73147..4a7a8025d9a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,21 @@
-# Maintainer: b00rt00s ( bomby dot zrzuc at gmail dot com )
+# Maintainer: b00rt00s <b00rt00s.aur@gmail.com>
# Committer: Zachary A. Jones <jazzplayerl9@gmail.com>
pkgname=gsas2-svn
_pkgname=gsas2
-pkgver=3196
+pkgver=3615
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=(python2 python2-scipy python2-matplotlib wxpython python2-opengl python2-numpy gcc-fortran)
+depends=(python2 python2-scipy python2-matplotlib wxpython python2-opengl python2-numpy gcc-fortran python2-backports.functools_lru_cache)
[ "${CARCH}" = "x86_64" ] && depends=("${depends[@]}")
makedepends=(subversion scons python2-numpy)
optdepends=(python2-h5py)
-source=("${_pkgname}::svn+https://subversion.xray.aps.anl.gov/pyGSAS/trunk/"
+source=(#"${_pkgname}::svn+https://subversion.xray.aps.anl.gov/pyGSAS/trunk/#revision=${pkgver}"
+ "${_pkgname}::svn+https://subversion.xray.aps.anl.gov/pyGSAS/trunk"
"GSASII.desktop"
"rungsas2")