summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-27 12:14:40 +0000
committerBioArchLinuxBot2023-10-27 12:14:40 +0000
commitec2cf1f7d0de8faa99ce1f7a016536b37099fa39 (patch)
tree1a0728571c50e33ecf4ca21c61509dcbbaac4851
parent4d3fd521bbc53d261963f43dd5b982acca873d6a (diff)
downloadaur-ec2cf1f7d0de8faa99ce1f7a016536b37099fa39.tar.gz
[lilac] updated to 1.36.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 170334f47e4f..657db4e805bd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-ruvseq
pkgdesc = Remove Unwanted Variation from RNA-Seq Data
- pkgver = 1.34.0
+ pkgver = 1.36.0
pkgrel = 1
url = https://bioconductor.org/packages/RUVSeq
arch = any
@@ -14,7 +14,7 @@ pkgbase = r-ruvseq
optdepends = r-knitr
optdepends = r-rcolorbrewer
optdepends = r-zebrafishrnaseq
- source = https://bioconductor.org/packages/release/bioc/src/contrib/RUVSeq_1.34.0.tar.gz
- sha256sums = 411ab0a2106be8d4c94a76fb6b82fc20986776570eb4fb9a75f3f86b1c56aa4f
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/RUVSeq_1.36.0.tar.gz
+ sha256sums = e2027b287cae301ccb26b742dd1830a42b0eb45a552323cea119d7adf97b7e11
pkgname = r-ruvseq
diff --git a/PKGBUILD b/PKGBUILD
index 4e99731c2eb9..72f1c997bd34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=RUVSeq
-_pkgver=1.34.0
+_pkgver=1.36.0
pkgname=r-${_pkgname,,}
-pkgver=1.34.0
+pkgver=1.36.0
pkgrel=1
pkgdesc='Remove Unwanted Variation from RNA-Seq Data'
arch=('any')
@@ -23,7 +23,7 @@ optdepends=(
r-zebrafishrnaseq
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('411ab0a2106be8d4c94a76fb6b82fc20986776570eb4fb9a75f3f86b1c56aa4f')
+sha256sums=('e2027b287cae301ccb26b742dd1830a42b0eb45a552323cea119d7adf97b7e11')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"