diff options
Diffstat (limited to 'perl-astro-fits-header/PKGBUILD')
-rw-r--r-- | perl-astro-fits-header/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/perl-astro-fits-header/PKGBUILD b/perl-astro-fits-header/PKGBUILD index 56e1ba0c7..3021afd21 100644 --- a/perl-astro-fits-header/PKGBUILD +++ b/perl-astro-fits-header/PKGBUILD @@ -2,12 +2,12 @@ pkgname=perl-astro-fits-header _pkgname='Astro-FITS-Header' pkgver=3.07 -pkgrel=9 +pkgrel=10 pkgdesc="Object Orientated interface to FITS HDUs" arch=('any') depends=( - 'perl>=5.32' - 'perl<5.33' + 'perl>=5.34' + 'perl<5.35' ) url="http://pdl.perl.org/" license=('GPL' 'PerlArtistic') |