summaryrefslogtreecommitdiff
path: root/ifeffit/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'ifeffit/PKGBUILD')
-rw-r--r--ifeffit/PKGBUILD14
1 files changed, 12 insertions, 2 deletions
diff --git a/ifeffit/PKGBUILD b/ifeffit/PKGBUILD
index 8f66ad82..f3bee0d0 100644
--- a/ifeffit/PKGBUILD
+++ b/ifeffit/PKGBUILD
@@ -2,12 +2,22 @@
pkgname='ifeffit'
pkgver='1.2.13'
-pkgrel=12
+pkgrel=13
pkgdesc="a suite of interactive programs for XAFS analysis"
arch=('x86_64' 'i686' 'pentium4')
license=('GPL')
options=('!emptydirs')
-depends=('pgplot')
+_pinned_dependencies=(
+ 'gcc-libs=10.1.0'
+ 'glibc>=2.31'
+ 'libgfortran.so=5'
+ 'libncursesw.so=6'
+ 'libpng=1.6.37'
+ 'libx11=1.6.9'
+ 'pgplot=5.2.2'
+ 'zlib=1:1.2.11'
+)
+depends=("${_pinned_dependencies[@]}")
makedepends=('libx11' 'ncurses' 'libpng' 'wxgtk' 'gcc-fortran' 'xorg-server-devel')
url='http://cars.uchicago.edu/ifeffit/Ifeffit'
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/newville/ifeffit/archive/${pkgver}.tar.gz")