[arch-commits] Commit in wcslib/trunk (PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Sat Apr 23 17:18:39 UTC 2022


    Date: Saturday, April 23, 2022 @ 17:18:39
  Author: arojas
Revision: 1187661

Update to 7.10

Modified:
  wcslib/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-23 17:16:34 UTC (rev 1187660)
+++ PKGBUILD	2022-04-23 17:18:39 UTC (rev 1187661)
@@ -2,16 +2,16 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=wcslib
-pkgver=7.9
+pkgver=7.10
 pkgrel=1
 pkgdesc="A C library that implements the 'World Coordinate System' (WCS) standard in FITS"
 arch=(x86_64)
-url="https://www.atnf.csiro.au/people/Mark.Calabretta/WCS/"
+url='https://www.atnf.csiro.au/people/Mark.Calabretta/WCS/'
 license=(GPL3)
 depends=(cfitsio)
 makedepends=(gcc-fortran)
-source=("ftp://ftp.atnf.csiro.au/pub/software/$pkgname/$pkgname-$pkgver.tar.bz2")
-sha256sums=('beff8c1f0e8600078813c032d1afcd9cb305c31f567567434824233d582aba58')
+source=(ftp://ftp.atnf.csiro.au/pub/software/$pkgname/$pkgname-$pkgver.tar.bz2)
+sha256sums=('1796b0979df950ba7eae1010b986134067187846892b8e9b3c42d30361c9d929')
 
 build() {
   cd $pkgname-$pkgver



More information about the arch-commits mailing list