summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-02 03:02:29 +0000
committerBioArchLinuxBot2024-05-02 03:02:29 +0000
commit7ac83a6a3e4e914c840ac334937104a84dc907b3 (patch)
treead0af303808ec4c035af4193dd432df58c90da88 /PKGBUILD
parentf0977fb5432b36550532007f89b366993b88dd6b (diff)
downloadaur-7ac83a6a3e4e914c840ac334937104a84dc907b3.tar.gz
[lilac] updated to 1.45.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dd65ada3077e..309ef6fc5b19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=staRank
-_pkgver=1.44.0
+_pkgver=1.45.0
pkgname=r-${_pkgname,,}
-pkgver=1.44.0
+pkgver=1.45.0
pkgrel=1
pkgdesc='Stability Ranking'
arch=('any')
@@ -14,7 +14,7 @@ depends=(
r-cellhts2
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('149d38d9e5128b4c53159ac517c81cff3a55eda5cb293dad12e159121b6515d9')
+sha256sums=('aa3faeed85982f2f3a7e5e71982197e079abcfa6b6e0ea38ca4dfd087083de5f')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"