diff options
-rw-r--r-- | perl-math-random/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-math-random/PKGBUILD b/perl-math-random/PKGBUILD index 4bf383bd0..8245b39d3 100644 --- a/perl-math-random/PKGBUILD +++ b/perl-math-random/PKGBUILD @@ -4,13 +4,13 @@ pkgname='perl-math-random' pkgver='0.72' -pkgrel=15 +pkgrel=16 pkgdesc="Random Number Generators" arch=('x86_64' 'i686' 'pentium4') license=('PerlArtistic' 'GPL') options=('!emptydirs') _pinned_dependencies=( - 'gcc-libs=12.2.1' + 'gcc-libs=13.1.1' 'glibc>=2.31' ) depends=( |