summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 02:29:56 +0000
committerBioArchLinuxBot2023-04-27 02:29:56 +0000
commitb06bfdcd2f7b15fcb305a87be17c86cc3dc27d0e (patch)
tree8c61183a12609608263c1fb75d1a47eb4023abe0 /PKGBUILD
parent18a46314075d230f536730999aad7b0541e988e7 (diff)
downloadaur-b06bfdcd2f7b15fcb305a87be17c86cc3dc27d0e.tar.gz
[lilac] updated to 1.18.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c55402cf55bd..c567d45d4810 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=hierinf
-_pkgver=1.16.0
+_pkgver=1.18.0
pkgname=r-${_pkgname,,}
-pkgver=1.16.0
+pkgver=1.18.0
pkgrel=1
pkgdesc='Hierarchical Inference'
arch=('any')
@@ -20,7 +20,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('25d56f224cbb2a48786b1ab453989547f4d8cf4f086422e7565472f816071539')
+sha256sums=('1598d87d6743292272aca83cc3b401a3dadcd3f3bc560d58e5f48d6ce4117954')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"