summaryrefslogtreecommitdiff
path: root/perl-astro-fits-cfitsio/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'perl-astro-fits-cfitsio/PKGBUILD')
-rw-r--r--perl-astro-fits-cfitsio/PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/perl-astro-fits-cfitsio/PKGBUILD b/perl-astro-fits-cfitsio/PKGBUILD
index 651608e8..f80d7801 100644
--- a/perl-astro-fits-cfitsio/PKGBUILD
+++ b/perl-astro-fits-cfitsio/PKGBUILD
@@ -2,12 +2,14 @@
pkgname='perl-astro-fits-cfitsio'
pkgver=1.11
-pkgrel='4'
+pkgrel='5'
pkgdesc='Perl extension for using the cfitsio library'
arch=('any')
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
depends=(
+ 'perl>=5.28'
+ 'perl<5.29'
'cfitsio')
makedepends=(
'perl-extutils-makemaker')