Date: Sunday, June 5, 2016 @ 12:52:44 Author: jlichtblau Revision: 177886
upgpkg: ccfits 2.4-6 - cfitsio 3.390 rebuild Modified: ccfits/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-06-05 10:33:26 UTC (rev 177885) +++ PKGBUILD 2016-06-05 10:52:44 UTC (rev 177886) @@ -1,11 +1,11 @@ # $Id$ -# Maintainer: Jaroslav Lichtblau <[email protected]> +# Maintainer: Jaroslav Lichtblau <[email protected]> # Contributor: <clu> # Contributor: Jose San Juan <[email protected]> pkgname=ccfits pkgver=2.4 -pkgrel=5 +pkgrel=6 pkgdesc="Object Oriented Interface to the CFITSIO Library" arch=('i686' 'x86_64') url="http://heasarc.gsfc.nasa.gov/docs/software/fitsio/ccfits/" @@ -12,7 +12,7 @@ license=('custom') depends=('cfitsio') source=(http://heasarc.gsfc.nasa.gov/docs/software/fitsio/${pkgname}/CCfits-${pkgver}.tar.gz) -md5sums=('dd9a11d964590dd5f3fd5a3491b2c1ce') +sha256sums=('ba6c5012b260adf7633f92581279ea582e331343d8c973981aa7de07242bd7f8') build() { cd "${srcdir}"/CCfits @@ -27,5 +27,5 @@ make DESTDIR="${pkgdir}" install #install license - install -D -m644 License.txt "${pkgdir}/usr/share/licenses/$pkgname/License.txt" + install -Dm644 License.txt "${pkgdir}/usr/share/licenses/$pkgname/License.txt" }
