summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-03 04:48:59 +0000
committerBioArchLinuxBot2022-11-03 04:48:59 +0000
commit44338d749215b00b2dd5464a70b1ab39fe76c8e9 (patch)
treefb6a26c90c6432a81dfe77d37da1684939746158 /PKGBUILD
parentffa2ec5a58b923073ceadc2da673b8808b20998b (diff)
downloadaur-44338d749215b00b2dd5464a70b1ab39fe76c8e9.tar.gz
[lilac] updated to 1.10.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 30d7c3329e3d..76291aeff8db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=reconsi
-_pkgver=1.8.0
+_pkgver=1.10.0
pkgname=r-${_pkgname,,}
-pkgver=1.8.0
+pkgver=1.10.0
pkgrel=1
pkgdesc='Resampling Collapsed Null Distributions for Simultaneous Inference'
arch=('any')
@@ -23,7 +23,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('583f058346dcf11a019e5067306427e3aac0377eafd5afba7ada72be924afd6e')
+sha256sums=('33eedf8096f73e1b651058a860a5d5a1c2027ddd064cbd2dda64b5b96c95fcc3')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"