summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-03 13:12:05 +0000
committerBioArchLinuxBot2024-05-03 13:12:05 +0000
commit701ca9d91f9bf027b2c928ba1812ced0df711689 (patch)
tree543843dca69c1c8dcab6231343e5966fe5edf185 /PKGBUILD
parent7ac83a6a3e4e914c840ac334937104a84dc907b3 (diff)
downloadaur-r-starank.tar.gz
[lilac] updated to 1.46.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 309ef6fc5b19..ea9ec2f3fe8f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=staRank
-_pkgver=1.45.0
+_pkgver=1.46.0
pkgname=r-${_pkgname,,}
-pkgver=1.45.0
+pkgver=1.46.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=('aa3faeed85982f2f3a7e5e71982197e079abcfa6b6e0ea38ca4dfd087083de5f')
+sha256sums=('c38edc884887587f9a0cabfa480a75feaf03f634e2c9a7628327c091a226e28f')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"