summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrás Wacha2022-01-18 08:02:13 +0100
committerAndrás Wacha2022-01-18 08:02:13 +0100
commit97af64bf74ed38917158fee4bd7258b24a843e6c (patch)
tree899f18f0b1b77da1d7d6fea15a5c4c8ad2711a92 /PKGBUILD
parent22bdb4692dccc34a8f6816fcd312d04d5abbb7c8 (diff)
downloadaur-97af64bf74ed38917158fee4bd7258b24a843e6c.tar.gz
Upstream version 0.81
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 130c4d460a9b..63ad617e1364 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: András Wacha < awacha at gmail >
pkgname='perl-pdl-stats'
-pkgver='0.75'
+pkgver='0.81'
pkgrel='1'
pkgdesc="a collection of statistics modules in Perl Data Language, with a quick-start guide for non-PDL people."
arch=('any')
@@ -11,10 +11,10 @@ options=('!emptydirs')
depends=('perl-pdl>=0')
makedepends=()
url='https://metacpan.org/release/PDL-Stats'
-source=('http://search.cpan.org/CPAN/authors/id/E/ET/ETJ/PDL-Stats-0.75.tar.gz')
-md5sums=('84f610c281142117c350c6f784002bc8')
-sha512sums=('6a84aebc63b3d99ccb748f04569c8fd1303dc2f35effa6acee7d700e09496cab3fd0c4a130d4b05c92cd1c7feb6f78fa47a37046207b7b677a2e1dd520512ccc')
-_distdir="PDL-Stats-0.75"
+source=("http://search.cpan.org/CPAN/authors/id/E/ET/ETJ/PDL-Stats-${pkgver}.tar.gz")
+md5sums=('79556212839f3a1c7b20efd2502dfba3')
+sha512sums=('228a678d2c244cddd1a30526f592b9fcd6373c00796942886611884a2b0bb473cfbec95238d75563438d9a1143280185c45e5b8332d983f192bcf13a0c180d4a')
+_distdir="PDL-Stats-${pkgver}"
build() {
( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \