diff options
Diffstat (limited to 'perl-astro-fits-header/PKGBUILD')
-rw-r--r-- | perl-astro-fits-header/PKGBUILD | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/perl-astro-fits-header/PKGBUILD b/perl-astro-fits-header/PKGBUILD index 9f5ee6b3..382ef0d0 100644 --- a/perl-astro-fits-header/PKGBUILD +++ b/perl-astro-fits-header/PKGBUILD @@ -2,9 +2,13 @@ pkgname=perl-astro-fits-header _pkgname='Astro-FITS-Header' pkgver=3.07 -pkgrel='6' +pkgrel='7' pkgdesc="Object Orientated interface to FITS HDUs" arch=('any') +depends=( + 'perl>=5.28' + 'perl<5.29' +) url="http://pdl.perl.org/" license=('GPL' 'PerlArtistic') provides=( |