diff options
author | BioArchLinuxBot | 2023-10-26 06:52:13 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2023-10-26 06:52:13 +0000 |
commit | e8c97f8e9dd9a656e6bd83498e9e81ce25f91f44 (patch) | |
tree | a2a347cf59fa71b1c8217f48b634e22fd801a174 | |
parent | 65d468612107c54f613629411a22d7b8f2cf2e79 (diff) | |
download | aur-e8c97f8e9dd9a656e6bd83498e9e81ce25f91f44.tar.gz |
[lilac] updated to 1.48.0-1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -1,6 +1,6 @@ pkgbase = r-tweedeseq pkgdesc = RNA-seq data analysis using the Poisson-Tweedie family of distributions - pkgver = 1.46.2 + pkgver = 1.48.0 pkgrel = 1 url = https://bioconductor.org/packages/tweeDEseq arch = x86_64 @@ -11,7 +11,7 @@ pkgbase = r-tweedeseq depends = r-limma optdepends = r-tweedeseqcountdata optdepends = r-xtable - source = https://bioconductor.org/packages/release/bioc/src/contrib/tweeDEseq_1.46.2.tar.gz - sha256sums = ad93238b3d00f8e3a37bc7c6f69a8f3f52ba602669966ab0759842ee214e7c1c + source = https://bioconductor.org/packages/release/bioc/src/contrib/tweeDEseq_1.48.0.tar.gz + sha256sums = b7b103104b9784d9b6cc7ca37781c97a1bfd1ef358c207ea8af2d2bead9be655 pkgname = r-tweedeseq @@ -1,9 +1,9 @@ # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> _pkgname=tweeDEseq -_pkgver=1.46.2 +_pkgver=1.48.0 pkgname=r-${_pkgname,,} -pkgver=1.46.2 +pkgver=1.48.0 pkgrel=1 pkgdesc='RNA-seq data analysis using the Poisson-Tweedie family of distributions' arch=('x86_64') @@ -20,7 +20,7 @@ optdepends=( r-xtable ) source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") -sha256sums=('ad93238b3d00f8e3a37bc7c6f69a8f3f52ba602669966ab0759842ee214e7c1c') +sha256sums=('b7b103104b9784d9b6cc7ca37781c97a1bfd1ef358c207ea8af2d2bead9be655') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" |