[arch-commits] Commit in wcslib/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sat Aug 15 22:24:31 UTC 2015


    Date: Sunday, August 16, 2015 @ 00:24:31
  Author: arojas
Revision: 243765

Update to 5.9

Modified:
  wcslib/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-08-15 21:24:26 UTC (rev 243764)
+++ PKGBUILD	2015-08-15 22:24:31 UTC (rev 243765)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=wcslib
-pkgver=4.25.1
+pkgver=5.9
 pkgrel=1
 pkgdesc="A C library that implements the 'World Coordinate System' (WCS) standard in FITS"
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 depends=('cfitsio')
 makedepends=('gcc-fortran')
 source=("ftp://ftp.atnf.csiro.au/pub/software/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('273743120460aed00fdfe8d5d5eb6c8d')
+md5sums=('222343e34fa83ddf8d3ca4fa9d7300ed')
 
 build() {
   cd $pkgname-$pkgver
@@ -21,15 +21,9 @@
   make
 }
 
-# Fails on i686
-#check() {
-#  cd $pkgname-$pkgver
-#  make -k check
-#}
-
 package() {
   cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
+  make DESTDIR="$pkgdir" install
 
   # Fix wrong permissions
   chmod g=rx,-s "${pkgdir}"/usr/{bin/,/lib/{,pkgconfig},share/man/man1/}



More information about the arch-commits mailing list