summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiguel de Val-Borro2015-11-12 13:09:41 -0500
committerMiguel de Val-Borro2015-11-12 13:09:41 -0500
commit9d83cc519e16e1e9f9666534e18ae8c1cf437694 (patch)
tree66db825ad2f0ac2881d8a36478905e11ee6de04a
parent6a1b7e3379fb5b7e02c293cee59cc2c351e00b9b (diff)
downloadaur-9d83cc519e16e1e9f9666534e18ae8c1cf437694.tar.gz
update dependencies for x86_64
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f7be0474f5e..ee0319f80395 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = iraf-bin
pkgdesc = Image Reduction and Analysis Facility
pkgver = 2.16
- pkgrel = 6
+ pkgrel = 7
url = http://iraf.noao.edu/
install = iraf-bin.install
arch = i686
@@ -9,10 +9,10 @@ pkgbase = iraf-bin
license = CDDL
license = MIT
depends = tcsh
- depends = libxmu
- depends = ncurses
+ depends = lib32-libxmu
+ depends = lib32-ncurses
depends = tcl
- depends = libtinfo
+ depends = lib32-libtinfo
provides = iraf
conflicts = iraf
noextract = iraf.lnux.x86.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 9efd69f6f4f1..f6a5505753eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@ pkgname=iraf-bin
pkgver=2.16
_ver=216
_x11iraf=2.0BETA
-pkgrel=6
+pkgrel=7
pkgdesc="Image Reduction and Analysis Facility"
arch=('i686' 'x86_64')
url="http://iraf.noao.edu/"
license=('CDDL' 'MIT')
-depends=('tcsh' 'libxmu' 'ncurses' 'tcl' 'libtinfo')
-[[ $CARCH = x86_64 ]] && depends=('tcsh' 'lib32-libxmu' 'lib32-ncurses' 'tcl' 'lib32-libtinfo')
+depends=('tcsh' 'lib32-libxmu' 'lib32-ncurses' 'tcl' 'lib32-libtinfo')
+[[ $CARCH = x86_64 ]] && depends=('tcsh' 'libxmu' 'ncurses' 'tcl' 'libtinfo')
provides=('iraf')
conflicts=('iraf')
options=(!strip)