summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-25 22:25:59 +0000
committerBioArchLinuxBot2023-10-25 22:25:59 +0000
commiteb3f9e5d2dfa7328283deef93754fd63c09f4128 (patch)
tree19e9f8c58af73b69a487d3b9a9db874228f11d06
parent9d9507725fedc51220554b1dc548b975322ca87f (diff)
downloadaur-eb3f9e5d2dfa7328283deef93754fd63c09f4128.tar.gz
[lilac] updated to 1.56.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e6905ba26b47..47121b19eb20 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = r-degseq
pkgdesc = Identify Differentially Expressed Genes from RNA-seq data
- pkgver = 1.54.0
+ pkgver = 1.56.0
pkgrel = 1
url = https://bioconductor.org/packages/DEGseq
arch = x86_64
license = LGPL
depends = r
depends = r-qvalue
- source = https://bioconductor.org/packages/release/bioc/src/contrib/DEGseq_1.54.0.tar.gz
- sha256sums = 036ba5c95206e44f183bf9eb78df0e01114980fafa54fc0802999b3a325f92d1
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/DEGseq_1.56.0.tar.gz
+ sha256sums = 4f8ed7a201a0fdb091a688791133a975f44757bb53e06b82ed0be2a7cb9af797
pkgname = r-degseq
diff --git a/PKGBUILD b/PKGBUILD
index e97494c8acb9..8d45bb1bbd81 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=DEGseq
-_pkgver=1.54.0
+_pkgver=1.56.0
pkgname=r-${_pkgname,,}
-pkgver=1.54.0
+pkgver=1.56.0
pkgrel=1
pkgdesc='Identify Differentially Expressed Genes from RNA-seq data'
arch=('x86_64')
@@ -14,7 +14,7 @@ depends=(
r-qvalue
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('036ba5c95206e44f183bf9eb78df0e01114980fafa54fc0802999b3a325f92d1')
+sha256sums=('4f8ed7a201a0fdb091a688791133a975f44757bb53e06b82ed0be2a7cb9af797')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"