summaryrefslogtreecommitdiff
path: root/perl-astro-fits-cfitsio/PKGBUILD
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2021-05-31 07:11:30 +0200
committerErich Eckner <git@eckner.net>2021-05-31 07:11:30 +0200
commit4bcac39dcfafde47d7303ad6f3e3f3a96d7e596b (patch)
tree9b061d2640f2d58e60f9b5d7fa92a05994835365 /perl-astro-fits-cfitsio/PKGBUILD
parent5918638bb2101d21fd0b55acb06afd23a6befc5c (diff)
downloadarchlinuxewe-4bcac39dcfafde47d7303ad6f3e3f3a96d7e596b.tar.xz
recompile all perl packages
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 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'