Date: Wednesday, August 1, 2012 @ 13:49:36 Author: andrea Revision: 164644
upgpkg: cfitsio 3.310-1 Upstream release Modified: cfitsio/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-08-01 17:44:22 UTC (rev 164643) +++ PKGBUILD 2012-08-01 17:49:36 UTC (rev 164644) @@ -1,9 +1,10 @@ # $Id$ -# Maintainer: Andrea Scarpino <[email protected]> +# Maintainer: +# Contributor: Andrea Scarpino <[email protected]> # Contributor: Tobias Powalowski <[email protected]> pkgname=cfitsio -pkgver=3.300 +pkgver=3.310 pkgrel=1 pkgdesc="A library of C and Fortran subroutines for reading and writing data files in FITS (Flexible Image Transport System) data format" arch=('i686' 'x86_64') @@ -12,12 +13,12 @@ depends=('glibc') options=('!libtool') source=("ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/${pkgname}${pkgver/./}.tar.gz") -md5sums=('5045e82a30495ce23fd4be2c67b987f8') +md5sums=('75b6411751c7f308d45b281b7beb92d6') build() { cd "${srcdir}"/${pkgname} ./configure --prefix=/usr - make shared + make shared } check() {
