summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-03 21:14:17 +0000
committerBioArchLinuxBot2022-11-03 21:14:17 +0000
commit1ef02b33db6e3aa82905c5b718f33878d19d5ff9 (patch)
treebe2ef55f52dc6f101bf83b63b54fd78c5f06c259
parent5c6e465f69e6e04580af094fdb749b12af6a7324 (diff)
downloadaur-1ef02b33db6e3aa82905c5b718f33878d19d5ff9.tar.gz
[lilac] updated to 2.10.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3ca1f0d6f95e..ba0871655e5c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-damirseq
pkgdesc = Data Mining for RNA-seq data: normalization, feature selection and classification
- pkgver = 2.8.0
+ pkgver = 2.10.0
pkgrel = 1
url = https://bioconductor.org/packages/DaMiRseq
arch = any
@@ -34,7 +34,7 @@ pkgbase = r-damirseq
optdepends = r-biocstyle
optdepends = r-knitr
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/DaMiRseq_2.8.0.tar.gz
- sha256sums = 2fa0c4cbc03a3ee01c8d0b75d203722f2b6d242f2c1353395f08ae835844d2d3
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/DaMiRseq_2.10.0.tar.gz
+ sha256sums = 7e8046431be38c95c8c038df50e0ac3a17e80b81f309960bc092626d6eca1783
pkgname = r-damirseq
diff --git a/PKGBUILD b/PKGBUILD
index 38be4b621b80..e59960871e31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=DaMiRseq
-_pkgver=2.8.0
+_pkgver=2.10.0
pkgname=r-${_pkgname,,}
-pkgver=2.8.0
+pkgver=2.10.0
pkgrel=1
pkgdesc='Data Mining for RNA-seq data: normalization, feature selection and classification'
arch=('any')
@@ -43,7 +43,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('2fa0c4cbc03a3ee01c8d0b75d203722f2b6d242f2c1353395f08ae835844d2d3')
+sha256sums=('7e8046431be38c95c8c038df50e0ac3a17e80b81f309960bc092626d6eca1783')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"