summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-02 22:18:54 +0000
committerBioArchLinuxBot2022-11-02 22:18:54 +0000
commit45eb4ad750f63a6ae1be75b9b2515ce78ceedc6d (patch)
treeb6861c8820459264e9d01ee25e0d2ce08d364270
parentc577d1b0d18bc5ae33bd908e9ae5e7bb1dc2951c (diff)
downloadaur-45eb4ad750f63a6ae1be75b9b2515ce78ceedc6d.tar.gz
[lilac] updated to 1.26.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c6bb9aa671c5..cb6cfb0d0697 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-icobra
pkgdesc = Comparison and Visualization of Ranking and Assignment Methods
- pkgver = 1.24.1
+ pkgver = 1.26.0
pkgrel = 1
url = https://bioconductor.org/packages/iCOBRA
arch = any
@@ -21,7 +21,7 @@ pkgbase = r-icobra
optdepends = r-knitr
optdepends = r-rmarkdown
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/iCOBRA_1.24.1.tar.gz
- sha256sums = 491bea9d167ed3f437ca56b0740092a4ebde4fefa355e188ded438fd565179bf
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/iCOBRA_1.26.0.tar.gz
+ sha256sums = 9e0d9dee2ee7c6a40f813c36b37b485a65eb0b8ddc17f059bc46ec5c6c560756
pkgname = r-icobra
diff --git a/PKGBUILD b/PKGBUILD
index 1c3b82dbab37..8d5de3ee54fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=iCOBRA
-_pkgver=1.24.1
+_pkgver=1.26.0
pkgname=r-${_pkgname,,}
-pkgver=1.24.1
+pkgver=1.26.0
pkgrel=1
pkgdesc='Comparison and Visualization of Ranking and Assignment Methods'
arch=('any')
@@ -30,7 +30,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('491bea9d167ed3f437ca56b0740092a4ebde4fefa355e188ded438fd565179bf')
+sha256sums=('9e0d9dee2ee7c6a40f813c36b37b485a65eb0b8ddc17f059bc46ec5c6c560756')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"