diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-02-14 19:52:32 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-02-14 19:52:32 +0100 |
commit | 456b858b07f65251b2732279590b833d59e3b519 (patch) | |
tree | d7e0c72ebf6fcdb27d7beedb34aed7f10c0887d2 | |
parent | 710053cfe0c1f46e8c271680263ac45ae9411d42 (diff) |
Update wcslib, workaround parallel install bug.
-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 |