diff options
-rw-r--r-- | extra/wcslib/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/wcslib/PKGBUILD b/extra/wcslib/PKGBUILD index bf9c85b74..2490189e2 100644 --- a/extra/wcslib/PKGBUILD +++ b/extra/wcslib/PKGBUILD @@ -2,7 +2,7 @@ # Maintainer: Your Name <youremail@domain.com> pkgname=wcslib -pkgver=4.16 +pkgver=4.17 pkgrel=1 pkgdesc="A C library that implements the 'World Coordinate System' (WCS) standard in FITS" arch=('i686' 'x86_64' 'mips64el') @@ -11,7 +11,7 @@ license=('GPL3') depends=('cfitsio') makedepends=('gcc-fortran') source=("ftp://ftp.atnf.csiro.au/pub/software/${pkgname}/${pkgname}.tar.bz2") -md5sums=('30439a0bb730ef936646d646c9f07518') +md5sums=('81f739c84789b84626db9fe4cd866081') build() { cd $pkgname-$pkgver @@ -28,7 +28,7 @@ build() { package() { cd $pkgname-$pkgver - make DESTDIR="$pkgdir/" install + make -j1 DESTDIR="$pkgdir/" install # Fix wrong permissions |