diff options
-rw-r--r-- | perl-astro-fits-header/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/perl-astro-fits-header/PKGBUILD b/perl-astro-fits-header/PKGBUILD index 47f06045..4b12c29f 100644 --- a/perl-astro-fits-header/PKGBUILD +++ b/perl-astro-fits-header/PKGBUILD @@ -2,13 +2,14 @@ pkgname=perl-astro-fits-header _pkgname='Astro-FITS-Header' pkgver=3.07 -pkgrel=1 +pkgrel=2 pkgdesc="Object Orientated interface to FITS HDUs" arch=('any') url="http://pdl.perl.org/" license=('GPL' 'PerlArtistic') depends=('perl') makedepends=('perl-module-build') +checkdepends=('perl-astro-fits-header') options=('!emptydirs') source=("http://search.cpan.org/CPAN/authors/id/T/TJ/TJENNESS/${_pkgname}-${pkgver}.tar.gz") sha256sums=('530d59ef0c0935f9862d187187a2d7583b12c639bb67db14f983322b161892d9') |