summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 05:37:20 +0000
committerBioArchLinuxBot2023-04-27 05:37:20 +0000
commite25dd04c0fdb6dc1e1821212c8ff2225601ba91c (patch)
tree455a4b101df3ce1d9fd793e635ab6d2029172658 /PKGBUILD
parentfc0e37e1cfaa1c271bad22953200c8fd2f224c08 (diff)
downloadaur-e25dd04c0fdb6dc1e1821212c8ff2225601ba91c.tar.gz
[lilac] updated to 2.44.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4397c04773af..4f8d5b8038de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=NOISeq
-_pkgver=2.42.0
+_pkgver=2.44.0
pkgname=r-${_pkgname,,}
-pkgver=2.42.0
+pkgver=2.44.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=('221e4d1396b7c3d412c0f1358a2ea1676c9eabf86ac3f953b27a875ca8531ec8')
+sha256sums=('e6d125c9b3ad36474e85d413e01dcca84738a34b680c603e81cb709e3df1b033')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"