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

Antonio Rojas arojas at archlinux.org
Fri Oct 5 06:41:00 UTC 2018


    Date: Friday, October 5, 2018 @ 06:41:00
  Author: arojas
Revision: 389699

Update to 5.20

Modified:
  wcslib/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-05 06:10:58 UTC (rev 389698)
+++ PKGBUILD	2018-10-05 06:41:00 UTC (rev 389699)
@@ -2,7 +2,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=wcslib
-pkgver=5.19.1
+pkgver=5.20
 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=('59b9f0e5a2c040773cc846c684d84c09b986c1393e97b378a41b92d9d3df0f98')
+sha256sums=('0bc037db498cbd8e17ecaedd72fad15d6810ae885793882d5736f746f64c0fb1')
 
 build() {
   cd $pkgname-$pkgver
@@ -22,7 +22,7 @@
 
 package() {
   cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install -j1
+  make DESTDIR="$pkgdir" install
 
   # Fix wrong permissions
   chmod g=rx,-s "$pkgdir"/usr/{bin/,/lib/{,pkgconfig},share/man/man1/}



More information about the arch-commits mailing list