summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-02 18:23:33 +0000
committerBioArchLinuxBot2022-11-02 18:23:33 +0000
commit326e4fa3e12facc1cad72712ad38e712018e15ec (patch)
tree65a07566d201ec45dba04bf58c9771970729e404
parented55999d50129b21cca2a9766d00f4d1a2542de3 (diff)
downloadaur-326e4fa3e12facc1cad72712ad38e712018e15ec.tar.gz
[lilac] updated to 1.16.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 585b201c2abe..8f3742c67ea3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-scbn
pkgdesc = A statistical normalization method and differential expression analysis for RNA-seq data between different species
- pkgver = 1.14.0
+ pkgver = 1.16.0
pkgrel = 1
url = https://bioconductor.org/packages/SCBN
arch = any
@@ -8,7 +8,7 @@ pkgbase = r-scbn
depends = r
optdepends = r-knitr
optdepends = r-rmarkdown
- source = https://bioconductor.org/packages/release/bioc/src/contrib/SCBN_1.14.0.tar.gz
- sha256sums = 4af53bf73b90f8ac47bab62f0879bb6a8429b13091538139827683a714cfe2c1
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/SCBN_1.16.0.tar.gz
+ sha256sums = ffcdb41d69d6c145b996f10fdecf9c2962c1494b47659dc2aa2d14e2ac2a56d1
pkgname = r-scbn
diff --git a/PKGBUILD b/PKGBUILD
index 3ef8b1ace9c6..68093a48a03a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=SCBN
-_pkgver=1.14.0
+_pkgver=1.16.0
pkgname=r-${_pkgname,,}
-pkgver=1.14.0
+pkgver=1.16.0
pkgrel=1
pkgdesc='A statistical normalization method and differential expression analysis for RNA-seq data between different species'
arch=('any')
@@ -17,7 +17,7 @@ optdepends=(
r-rmarkdown
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('4af53bf73b90f8ac47bab62f0879bb6a8429b13091538139827683a714cfe2c1')
+sha256sums=('ffcdb41d69d6c145b996f10fdecf9c2962c1494b47659dc2aa2d14e2ac2a56d1')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"