diff options
Diffstat (limited to 'extra/wcslib/PKGBUILD')
-rw-r--r-- | extra/wcslib/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/wcslib/PKGBUILD b/extra/wcslib/PKGBUILD index 44b53b5bf..2490189e2 100644 --- a/extra/wcslib/PKGBUILD +++ b/extra/wcslib/PKGBUILD @@ -2,16 +2,16 @@ # 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') +arch=('i686' 'x86_64' 'mips64el') url="http://www.atnf.csiro.au/people/Mark.Calabretta/WCS/" 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 |