summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4bee431c2dca..7fb3f68a1ad6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=parody
-_pkgver=1.54.0
+_pkgver=1.56.0
pkgname=r-${_pkgname,,}
-pkgver=1.54.0
+pkgver=1.56.0
pkgrel=1
pkgdesc='Parametric And Resistant Outlier DYtection'
arch=('any')
@@ -19,7 +19,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('e7673feb9e43f84518e0e6ec0cb9d3991bf3f70907ebd763b4d12f400226273d')
+sha256sums=('9cc6c480952303733892f12663c379c3b39400c7e16fbc674017a8131579258a')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"