Date: Thursday, July 13, 2017 @ 18:26:06 Author: arojas Revision: 300484
PIE rebuild Modified: wcslib/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-07-13 16:55:21 UTC (rev 300483) +++ PKGBUILD 2017-07-13 18:26:06 UTC (rev 300484) @@ -4,7 +4,7 @@ pkgname=wcslib pkgver=5.16 -pkgrel=1 +pkgrel=2 pkgdesc="A C library that implements the 'World Coordinate System' (WCS) standard in FITS" arch=(i686 x86_64) url="http://www.atnf.csiro.au/people/Mark.Calabretta/WCS/" @@ -12,19 +12,18 @@ depends=(cfitsio) makedepends=(gcc-fortran) source=("ftp://ftp.atnf.csiro.au/pub/software/$pkgname/$pkgname-$pkgver.tar.bz2") -md5sums=('8608b3e7f36a7d82a670c3569ad21817') +sha256sums=('ed031e0cf1cec0e9cabfc650423efa526fec341441865001c1e2c56bfffc99ef') build() { cd $pkgname-$pkgver - ./configure --prefix=/usr \ - --without-pgplot - make + ./configure --prefix=/usr --without-pgplot + make -j1 } package() { cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install + make DESTDIR="$pkgdir" install -j1 # Fix wrong permissions chmod g=rx,-s "$pkgdir"/usr/{bin/,/lib/{,pkgconfig},share/man/man1/}
