Date: Tuesday, April 26, 2022 @ 20:18:21 Author: arojas Revision: 1191057
Update to 7.11 Modified: wcslib/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-04-26 20:06:13 UTC (rev 1191056) +++ PKGBUILD 2022-04-26 20:18:21 UTC (rev 1191057) @@ -2,7 +2,7 @@ # Contributor: Andrea Scarpino <[email protected]> pkgname=wcslib -pkgver=7.10 +pkgver=7.11 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=('1796b0979df950ba7eae1010b986134067187846892b8e9b3c42d30361c9d929') +sha256sums=('46befbfdf50cd4953896676a7d570094dc7661e2ae9677b092e7fb13cee3da5f') build() { cd $pkgname-$pkgver
