diff options
author | Erich Eckner <git@eckner.net> | 2022-03-16 07:24:28 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2022-03-16 07:24:28 +0100 |
commit | 2352fe382fac54f4b5bd25ff8c1b9166002606fc (patch) | |
tree | 5749e54058da75d9faac7d188afb316140798b4f /perl-astro-fits-cfitsio/PKGBUILD | |
parent | b27c26181e81a848b404452326778cf59d286747 (diff) | |
download | archlinuxewe-2352fe382fac54f4b5bd25ff8c1b9166002606fc.tar.xz |
perl-astro-fits-cfitsio: rebuild
Diffstat (limited to 'perl-astro-fits-cfitsio/PKGBUILD')
-rw-r--r-- | perl-astro-fits-cfitsio/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-astro-fits-cfitsio/PKGBUILD b/perl-astro-fits-cfitsio/PKGBUILD index 6b88e2f2d..a3ceef718 100644 --- a/perl-astro-fits-cfitsio/PKGBUILD +++ b/perl-astro-fits-cfitsio/PKGBUILD @@ -2,13 +2,13 @@ pkgname='perl-astro-fits-cfitsio' pkgver=1.15 -pkgrel=3 +pkgrel=4 pkgdesc='Perl extension for using the cfitsio library' arch=('i686' 'pentium4' 'x86_64') license=('PerlArtistic' 'GPL') options=('!emptydirs') _pinned_dependencies=( - 'cfitsio=1:4.0.0' + 'cfitsio=1:4.1.0' 'glibc>=2.31' ) makedepends=( |