Date: Saturday, October 20, 2018 @ 11:18:55 Author: arojas Revision: 398047
Update to 6.2 Modified: wcslib/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-10-20 10:37:36 UTC (rev 398046) +++ PKGBUILD 2018-10-20 11:18:55 UTC (rev 398047) @@ -2,7 +2,7 @@ # Contributor: Andrea Scarpino <[email protected]> pkgname=wcslib -pkgver=6.1 +pkgver=6.2 pkgrel=1 pkgdesc="A C library that implements the 'World Coordinate System' (WCS) standard in FITS" arch=(x86_64) @@ -11,7 +11,7 @@ depends=(cfitsio) makedepends=(gcc-fortran) source=("ftp://ftp.atnf.csiro.au/pub/software/$pkgname/$pkgname-$pkgver.tar.bz2") -sha256sums=('edc89a7e29df4cb7d201066c99b557d4c9eba16da06cc125439f2e4ff6b482f8') +sha256sums=('bb4dfe242959bc4e5540890e0475754ad4a027dba971903dc4d82df8d564d805') build() { cd $pkgname-$pkgver
