summaryrefslogtreecommitdiff
path: root/extra/wcslib
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-10-22 01:11:27 -0700
committerroot <root@rshg054.dnsready.net>2013-10-22 01:11:27 -0700
commitd5839dd449651d7781de570240f3d0a1a9162320 (patch)
tree59a51057ead59eda118056ff05b1e2b941fa356b /extra/wcslib
parent61f20cbeb90ac877764e14b7c4e1c5c08b3e5383 (diff)
Tue Oct 22 01:11:15 PDT 2013
Diffstat (limited to 'extra/wcslib')
-rw-r--r--extra/wcslib/PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/extra/wcslib/PKGBUILD b/extra/wcslib/PKGBUILD
index 80d66a5cf..c70dd0211 100644
--- a/extra/wcslib/PKGBUILD
+++ b/extra/wcslib/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 183302 2013-04-21 06:02:20Z andrea $
-# Maintainer: Your Name <youremail@domain.com>
+# $Id: PKGBUILD 197080 2013-10-21 16:11:19Z andrea $
+# Maintainer: Andrea Scarpino <andrea@archlinux.org>
pkgname=wcslib
-pkgver=4.17
+pkgver=4.19
pkgrel=1
pkgdesc="A C library that implements the 'World Coordinate System' (WCS) standard in FITS"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ license=('GPL3')
depends=('cfitsio')
makedepends=('gcc-fortran')
source=("ftp://ftp.atnf.csiro.au/pub/software/${pkgname}/${pkgname}.tar.bz2")
-md5sums=('81f739c84789b84626db9fe4cd866081')
+md5sums=('79d47ab10dfde08d91c0e6184cf73bda')
build() {
cd $pkgname-$pkgver
@@ -21,6 +21,7 @@ build() {
make
}
+# Fails on i686
#check() {
# cd $pkgname-$pkgver
# make -k check