summaryrefslogtreecommitdiff
path: root/perl-astro-fits-cfitsio
diff options
context:
space:
mode:
Diffstat (limited to 'perl-astro-fits-cfitsio')
-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 3110d1882..0db978885 100644
--- a/perl-astro-fits-cfitsio/PKGBUILD
+++ b/perl-astro-fits-cfitsio/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='perl-astro-fits-cfitsio'
pkgver=1.15
-pkgrel=1
+pkgrel=2
pkgdesc='Perl extension for using the cfitsio library'
arch=('i686' 'pentium4' 'x86_64')
license=('PerlArtistic' 'GPL')
@@ -14,6 +14,8 @@ _pinned_dependencies=(
makedepends=(
'perl-extutils-makemaker')
depends=(
+ 'perl>=5.34'
+ 'perl<5.35'
"${_pinned_dependencies[@]}"
)
url='https://metacpan.org/pod/Astro::FITS::CFITSIO'