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

Antonio Rojas arojas at archlinux.org
Wed Jan 10 10:31:47 UTC 2018


    Date: Wednesday, January 10, 2018 @ 10:31:43
  Author: arojas
Revision: 280984

Update to 5.18

Modified:
  wcslib/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-10 10:12:55 UTC (rev 280983)
+++ PKGBUILD	2018-01-10 10:31:43 UTC (rev 280984)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=wcslib
-pkgver=5.17
+pkgver=5.18
 pkgrel=1
 pkgdesc="A C library that implements the 'World Coordinate System' (WCS) standard in FITS"
 arch=(x86_64)
@@ -12,13 +12,13 @@
 depends=(cfitsio)
 makedepends=(gcc-fortran)
 source=("ftp://ftp.atnf.csiro.au/pub/software/$pkgname/$pkgname-$pkgver.tar.bz2")
-sha256sums=('5c9cb5c86be01703f6488774ef3ea44fd6918a4dcdfddc70855905c05de8436c')
+sha256sums=('b693fbf14f2553507bc0c72bca531f23c59885be8f7d3c3cb889a5349129509a')
 
 build() {
   cd $pkgname-$pkgver
 
   ./configure --prefix=/usr --without-pgplot
-  make -j1
+  make
 }
 
 package() {



More information about the arch-commits mailing list