Date: Friday, August 17, 2018 @ 10:04:28 Author: arojas Revision: 372465
Update to 5.19.1 Modified: wcslib/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-08-17 10:02:16 UTC (rev 372464) +++ PKGBUILD 2018-08-17 10:04:28 UTC (rev 372465) @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino <[email protected]> pkgname=wcslib -pkgver=5.19 +pkgver=5.19.1 pkgrel=1 pkgdesc="A C library that implements the 'World Coordinate System' (WCS) standard in FITS" arch=(x86_64) @@ -12,7 +12,7 @@ depends=(cfitsio) makedepends=(gcc-fortran) source=("ftp://ftp.atnf.csiro.au/pub/software/$pkgname/$pkgname-$pkgver.tar.bz2") -sha256sums=('670cb0e8253100ba3e239a576f3bd7b0bf48488125eb056f60fef5e0c19ac90a') +sha256sums=('59b9f0e5a2c040773cc846c684d84c09b986c1393e97b378a41b92d9d3df0f98') build() { cd $pkgname-$pkgver
