diff options
author | root <root@rshg054.dnsready.net> | 2013-10-26 01:22:45 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-10-26 01:22:45 -0700 |
commit | 24152c3ea77087edccf017c13d44904a75799ff7 (patch) | |
tree | 65e25106816e5071dd5b2edc2270e0138c23dc7c /extra/cfitsio/PKGBUILD | |
parent | 5a3821aec094b38a412cf5e6997c08b6428d6f77 (diff) |
Sat Oct 26 01:21:13 PDT 2013
Diffstat (limited to 'extra/cfitsio/PKGBUILD')
-rw-r--r-- | extra/cfitsio/PKGBUILD | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/extra/cfitsio/PKGBUILD b/extra/cfitsio/PKGBUILD index bddf6ee59..2692c2c60 100644 --- a/extra/cfitsio/PKGBUILD +++ b/extra/cfitsio/PKGBUILD @@ -1,19 +1,18 @@ -# $Id: PKGBUILD 189244 2013-07-01 10:04:11Z andrea $ +# $Id: PKGBUILD 197384 2013-10-25 03:23:34Z bisson $ # Maintainer: # Contributor: Andrea Scarpino <andrea@archlinux.org> # Contributor: Tobias Powalowski <tpowa@archlinux.org> pkgname=cfitsio pkgver=3.350 -pkgrel=1 +pkgrel=2 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') -url="http://heasarc.gsfc.nasa.gov/docs/software/fitsio/fitsio.html" +url="http://heasarc.gsfc.nasa.gov/fitsio/" license=('custom') -depends=('glibc') options=('!libtool') source=("ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/${pkgname}${pkgver/./}.tar.gz") -md5sums=('3e61f17731fe8db503b1b39873e4a8c4') +sha1sums=('e928832708d6a5df21a1e17ae4a63036cab7c1b9') build() { cd ${pkgname} |