summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-25 22:45:34 +0000
committerBioArchLinuxBot2023-10-25 22:45:34 +0000
commit6a5c76c23b1cccc138311a1273f7c7c5dcebc2f8 (patch)
tree36f22405eeb766a86e4f2d4b745f0376f8b8790a
parente25dd04c0fdb6dc1e1821212c8ff2225601ba91c (diff)
downloadaur-6a5c76c23b1cccc138311a1273f7c7c5dcebc2f8.tar.gz
[lilac] updated to 2.46.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a4653331593c..def348c4f093 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = r-noiseq
pkgdesc = Exploratory analysis and differential expression for RNA-seq data
- pkgver = 2.44.0
+ pkgver = 2.46.0
pkgrel = 1
url = https://bioconductor.org/packages/NOISeq
arch = any
license = Artistic2.0
depends = r
depends = r-biobase
- source = https://bioconductor.org/packages/release/bioc/src/contrib/NOISeq_2.44.0.tar.gz
- sha256sums = e6d125c9b3ad36474e85d413e01dcca84738a34b680c603e81cb709e3df1b033
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/NOISeq_2.46.0.tar.gz
+ sha256sums = 8b17b542bc278546c74a22c31fbd5e174530164b8355565ce5e90e7b08d34063
pkgname = r-noiseq
diff --git a/PKGBUILD b/PKGBUILD
index 4f8d5b8038de..e2ac904f0f5d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=NOISeq
-_pkgver=2.44.0
+_pkgver=2.46.0
pkgname=r-${_pkgname,,}
-pkgver=2.44.0
+pkgver=2.46.0
pkgrel=1
pkgdesc='Exploratory analysis and differential expression for RNA-seq data'
arch=('any')
@@ -14,7 +14,7 @@ depends=(
r-biobase
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('e6d125c9b3ad36474e85d413e01dcca84738a34b680c603e81cb709e3df1b033')
+sha256sums=('8b17b542bc278546c74a22c31fbd5e174530164b8355565ce5e90e7b08d34063')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"