diff options
author | BioArchLinuxBot | 2023-10-25 22:25:59 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2023-10-25 22:25:59 +0000 |
commit | eb3f9e5d2dfa7328283deef93754fd63c09f4128 (patch) | |
tree | 19e9f8c58af73b69a487d3b9a9db874228f11d06 | |
parent | 9d9507725fedc51220554b1dc548b975322ca87f (diff) | |
download | aur-eb3f9e5d2dfa7328283deef93754fd63c09f4128.tar.gz |
[lilac] updated to 1.56.0-1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -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 @@ -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}" |