summaryrefslogtreecommitdiff
path: root/perl-math-utils
diff options
context:
space:
mode:
Diffstat (limited to 'perl-math-utils')
-rw-r--r--perl-math-utils/PKGBUILD12
1 files changed, 5 insertions, 7 deletions
diff --git a/perl-math-utils/PKGBUILD b/perl-math-utils/PKGBUILD
index bd47a8d0c..28099af42 100644
--- a/perl-math-utils/PKGBUILD
+++ b/perl-math-utils/PKGBUILD
@@ -2,19 +2,17 @@
# Generator : neuesPerlPaket (81044437a0458748ba63ce98e280fb950cfc5fd9f6a8e92edb2cd237a9a993a3dd847afaa0873f9e70622698c95b48c06c84512f1e0c154825fe84c9c758d8fa)
pkgname='perl-math-utils'
-pkgver=1.13
-pkgrel=2
+pkgver=1.14
+pkgrel=1
pkgdesc='Useful mathematical functions not in Perl'
arch=('any')
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
-depends=(
- 'perl>=5.30'
- 'perl<5.31'
- 'perl>=5.10.1')
makedepends=(
'perl-module-build>=0.4'
'perl-test-simple')
+depends=(
+ 'perl>=5.10.1')
checkdepends=(
'perl-test-checkmanifest'
'perl-test-pod'
@@ -22,7 +20,7 @@ checkdepends=(
url='https://metacpan.org/release/Math-Utils'
_distdir="Math-Utils-${pkgver}"
source=("https://cpan.metacpan.org/authors/id/J/JG/JGAMBLE/${_distdir}.tar.gz")
-sha512sums=('9462ee15e98e1b1a81a8d8c290a3a749c959865a9cd5df8d4306b04ffd51244716d9e0af9a7cd1ea5f25d6201570800a4278343d0136acbc0472560fbdcf5c31')
+sha512sums=('b9e011a4b17eaa452de4ab978c87c593bf0195124fbc2d30a322bc4a571960686cc1b4b6a98ec5c90739569b77324bf0a239dafe52bdea28e0b0c7af18aca753')
build() {
cd "${srcdir}/${_distdir}"