summaryrefslogtreecommitdiff
path: root/extra/wcslib
diff options
context:
space:
mode:
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