summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6958f7f2255e..5f7be0474f5e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = iraf-bin
pkgdesc = Image Reduction and Analysis Facility
pkgver = 2.16
- pkgrel = 5
+ pkgrel = 6
url = http://iraf.noao.edu/
install = iraf-bin.install
arch = i686
@@ -12,6 +12,7 @@ pkgbase = iraf-bin
depends = libxmu
depends = ncurses
depends = tcl
+ depends = libtinfo
provides = iraf
conflicts = iraf
noextract = iraf.lnux.x86.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index f3889e4605f5..9efd69f6f4f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@ pkgname=iraf-bin
pkgver=2.16
_ver=216
_x11iraf=2.0BETA
-pkgrel=5
+pkgrel=6
pkgdesc="Image Reduction and Analysis Facility"
arch=('i686' 'x86_64')
url="http://iraf.noao.edu/"
license=('CDDL' 'MIT')
-depends=('tcsh' 'libxmu' 'ncurses' 'tcl')
-[[ $CARCH = x86_64 ]] && depends=('tcsh' 'lib32-libxmu' 'lib32-ncurses' 'tcl')
+depends=('tcsh' 'libxmu' 'ncurses' 'tcl' 'libtinfo')
+[[ $CARCH = x86_64 ]] && depends=('tcsh' 'lib32-libxmu' 'lib32-ncurses' 'tcl' 'lib32-libtinfo')
provides=('iraf')
conflicts=('iraf')
options=(!strip)