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

Andrea Scarpino andrea at nymeria.archlinux.org
Thu Dec 19 13:51:12 UTC 2013


    Date: Thursday, December 19, 2013 @ 14:51:12
  Author: andrea
Revision: 202209

upgpkg: wcslib 4.20-1

Upstream release

Modified:
  wcslib/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-12-19 13:43:24 UTC (rev 202208)
+++ PKGBUILD	2013-12-19 13:51:12 UTC (rev 202209)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=wcslib
-pkgver=4.19
+pkgver=4.20
 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}.tar.bz2")
-md5sums=('79d47ab10dfde08d91c0e6184cf73bda')
+md5sums=('3513e20f236274fbc2fa22251fd0726f')
 
 build() {
   cd $pkgname-$pkgver
@@ -28,12 +28,9 @@
 #}
 
 package() {
-  # Fix install on i686
-  install -d "${pkgdir}"/usr/include/${pkgname}-${pkgver}
-
   cd $pkgname-$pkgver
   make DESTDIR="$pkgdir/" install
-  
+
   # Fix wrong permissions
   chmod g=rx,-s "${pkgdir}"/usr/{bin/,/lib/{,pkgconfig},share/man/man1/}
   chmod -s "${pkgdir}"/usr/{include/wcslib-${pkgver}/,share/doc/wcslib-${pkgver}/{,html/}}




More information about the arch-commits mailing list