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 d80985e5c612..5888c464cb71 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=PhenStat
-_pkgver=2.38.0
+_pkgver=2.40.0
pkgname=r-${_pkgname,,}
-pkgver=2.38.0
+pkgver=2.40.0
pkgrel=1
pkgdesc='Statistical analysis of phenotypic data'
arch=('any')
@@ -29,7 +29,7 @@ optdepends=(
r-runit
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('fcd4fc532d2adfc008024af5d82d4cb78777c1fc0e8d69b75bf0e4702b26f099')
+sha256sums=('480f43ab2341d285c4d64ae9386170005867e9997bfb8b9652082048928cf636')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"