summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-25 19:19:15 +0000
committerBioArchLinuxBot2023-10-25 19:19:15 +0000
commit8246588d8d2201c8ee500ca1df16f2feb1498c1f (patch)
treebc1108a26a7db85398f0441bf2f534983e3119ae
parentd50c4ffa6ed508998ef626263fe32ff9b21a72df (diff)
downloadaur-8246588d8d2201c8ee500ca1df16f2feb1498c1f.tar.gz
[lilac] updated to 1.20.0-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af8e4a665188..aae8ebe770d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-scbn
pkgdesc = A statistical normalization method and differential expression analysis for RNA-seq data between different species
- pkgver = 1.18.0
- pkgrel = 3
+ pkgver = 1.20.0
+ pkgrel = 1
url = https://bioconductor.org/packages/SCBN
arch = any
license = GPL
@@ -10,7 +10,7 @@ pkgbase = r-scbn
optdepends = r-biocstyle
optdepends = r-knitr
optdepends = r-rmarkdown
- source = https://bioconductor.org/packages/release/bioc/src/contrib/SCBN_1.18.0.tar.gz
- sha256sums = d93e131dbef23c198a1f729dd45fcfaa7a28f93e23656dd0cad3294d898470ac
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/SCBN_1.20.0.tar.gz
+ sha256sums = 88f45e15c205d85120424cb816fa910e7d1c8593994ffd1aef9d856f2b06b5eb
pkgname = r-scbn
diff --git a/PKGBUILD b/PKGBUILD
index 6ab89a3f227a..8a0f01db678a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=SCBN
-_pkgver=1.18.0
+_pkgver=1.20.0
pkgname=r-${_pkgname,,}
-pkgver=1.18.0
-pkgrel=3
+pkgver=1.20.0
+pkgrel=1
pkgdesc='A statistical normalization method and differential expression analysis for RNA-seq data between different species'
arch=('any')
url="https://bioconductor.org/packages/${_pkgname}"
@@ -19,7 +19,7 @@ optdepends=(
r-rmarkdown
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('d93e131dbef23c198a1f729dd45fcfaa7a28f93e23656dd0cad3294d898470ac')
+sha256sums=('88f45e15c205d85120424cb816fa910e7d1c8593994ffd1aef9d856f2b06b5eb')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"