summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiguel de Val-Borro2015-09-10 18:00:14 -0400
committerMiguel de Val-Borro2015-09-10 18:02:13 -0400
commit6a1b7e3379fb5b7e02c293cee59cc2c351e00b9b (patch)
treea253dd0e980e4213ac15f313bff87e95ffb9a562
parentafdbc4dce6010d5b24f5d47bee4a8297169325c0 (diff)
downloadaur-6a1b7e3379fb5b7e02c293cee59cc2c351e00b9b.tar.gz
Add libtinfo dependency reported by dwysocki
-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)