wcslib: update to 5.19

This commit is contained in:
Jeff Huang 2018-07-28 04:02:20 +02:00
parent 33c29dddeb
commit 8d6966acd7

View File

@ -1,5 +1,5 @@
pkgname=wcslib
pkgver=5.12
pkgver=5.19
pkgrel=1
pkgdesc="A C library that implements the 'World Coordinate System' (WCS) standard in FITS"
arch=('x86_64')
@ -7,8 +7,8 @@ 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")
sha256sums=('50ff182920541bea156e7f53588cdfba1754b1bdcd0bc64a136a5d124af98de4')
source=("ftp://ftp.atnf.csiro.au/pub/software/$pkgname/$pkgname-$pkgver.tar.bz2")
sha256sums=('670cb0e8253100ba3e239a576f3bd7b0bf48488125eb056f60fef5e0c19ac90a')
build() {
cd $pkgname-$pkgver
@ -18,11 +18,6 @@ build() {
make
}
#check() {
# cd $pkgname-$pkgver
# make -k check
#}
package() {
# Fix install on i686
install -d "${pkgdir}"/usr/include/${pkgname}-${pkgver}