Date: Monday, October 21, 2013 @ 15:49:51 Author: andrea Revision: 197022
upstream release; remove static libs Modified: wcslib/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-10-21 13:49:39 UTC (rev 197021) +++ PKGBUILD 2013-10-21 13:49:51 UTC (rev 197022) @@ -1,8 +1,8 @@ # $Id$ -# Maintainer: Your Name <[email protected]> +# Maintainer: Andrea Scarpino <[email protected]> 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 @@ 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 @@ make } +# Fails on i686 #check() { # cd $pkgname-$pkgver # make -k check
