summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-02 23:21:04 +0000
committerBioArchLinuxBot2022-11-02 23:21:04 +0000
commitfc0e37e1cfaa1c271bad22953200c8fd2f224c08 (patch)
tree257a1ae26110d1c333a3ee0c301c3d1d7ccb2133 /PKGBUILD
parent72c171b06b6d6d1e33034de8ad22038717815b0f (diff)
downloadaur-fc0e37e1cfaa1c271bad22953200c8fd2f224c08.tar.gz
[lilac] updated to 2.42.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0a005603b214..4397c04773af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=NOISeq
-_pkgver=2.40.0
+_pkgver=2.42.0
pkgname=r-${_pkgname,,}
-pkgver=2.40.0
+pkgver=2.42.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=('47cc6c13a1904f31f1b7ab206e438321208b6614d646ada72445900d6953062a')
+sha256sums=('221e4d1396b7c3d412c0f1358a2ea1676c9eabf86ac3f953b27a875ca8531ec8')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"