summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-02 20:53:04 +0000
committerBioArchLinuxBot2022-11-02 20:53:04 +0000
commit18a46314075d230f536730999aad7b0541e988e7 (patch)
treead504ad6a95801b18f67f14ca5a815335e9e9d77 /PKGBUILD
parent9a7c7e774217016c1dbe575e456c8da5aaa0b344 (diff)
downloadaur-18a46314075d230f536730999aad7b0541e988e7.tar.gz
[lilac] updated to 1.16.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 47db807676a2..c55402cf55bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=hierinf
-_pkgver=1.14.0
+_pkgver=1.16.0
pkgname=r-${_pkgname,,}
-pkgver=1.14.0
+pkgver=1.16.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=('cde42b3499413b298309cfdbe46dc9c9098a9559f0a5fe24545b9c7fa7199a6e')
+sha256sums=('25d56f224cbb2a48786b1ab453989547f4d8cf4f086422e7565472f816071539')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"