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

Antonio Rojas arojas at archlinux.org
Sat Oct 10 11:04:51 UTC 2015


    Date: Saturday, October 10, 2015 @ 13:04:51
  Author: arojas
Revision: 248856

Update to 5.10

Modified:
  wcslib/trunk/PKGBUILD

----------+
 PKGBUILD |   21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-10-10 10:37:27 UTC (rev 248855)
+++ PKGBUILD	2015-10-10 11:04:51 UTC (rev 248856)
@@ -1,17 +1,18 @@
 # $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=wcslib
-pkgver=5.9
+pkgver=5.10
 pkgrel=1
 pkgdesc="A C library that implements the 'World Coordinate System' (WCS) standard in FITS"
-arch=('i686' 'x86_64')
+arch=(i686 x86_64)
 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}-${pkgver}.tar.bz2")
-md5sums=('222343e34fa83ddf8d3ca4fa9d7300ed')
+license=(GPL3)
+depends=(cfitsio)
+makedepends=(gcc-fortran)
+source=("ftp://ftp.atnf.csiro.au/pub/software/$pkgname/$pkgname-$pkgver.tar.bz2")
+md5sums=('a276aa56e5079e0aa5ff626e089250e2')
 
 build() {
   cd $pkgname-$pkgver
@@ -26,6 +27,6 @@
   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/}}
+  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