diff options
author | BioArchLinuxBot | 2024-05-02 19:39:03 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2024-05-02 19:39:03 +0000 |
commit | 0b308f8755b4dfc99112a9e1b10436f0792938a7 (patch) | |
tree | 8d9aa2d063cef92781e1a0ea38a5310c7e83bdbc | |
parent | c96d97957fe271a8781405855b4ef9dd1ee68660 (diff) | |
download | aur-0b308f8755b4dfc99112a9e1b10436f0792938a7.tar.gz |
[lilac] updated to 1.12.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-saturn pkgdesc = Scalable Analysis of Differential Transcript Usage for Bulk and Single-Cell RNA-sequencing Applications - pkgver = 1.10.0 + pkgver = 1.12.0 pkgrel = 1 url = https://bioconductor.org/packages/satuRn arch = any @@ -23,7 +23,7 @@ pkgbase = r-saturn optdepends = r-rmarkdown optdepends = r-stager optdepends = r-testthat - source = https://bioconductor.org/packages/release/bioc/src/contrib/satuRn_1.10.0.tar.gz - sha256sums = 0ebf83be684ca95c9418c1952b9949ca69be108d15cb11f955685ccb80dc7189 + source = https://bioconductor.org/packages/release/bioc/src/contrib/satuRn_1.12.0.tar.gz + sha256sums = 2827eaf922895ad7b0fa86f2e1d3c743dbcea5cf1696fa813988a7202459b40e pkgname = r-saturn @@ -1,9 +1,9 @@ # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> _pkgname=satuRn -_pkgver=1.10.0 +_pkgver=1.12.0 pkgname=r-${_pkgname,,} -pkgver=1.10.0 +pkgver=1.12.0 pkgrel=1 pkgdesc='Scalable Analysis of Differential Transcript Usage for Bulk and Single-Cell RNA-sequencing Applications' arch=('any') @@ -32,7 +32,7 @@ optdepends=( r-testthat ) source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") -sha256sums=('0ebf83be684ca95c9418c1952b9949ca69be108d15cb11f955685ccb80dc7189') +sha256sums=('2827eaf922895ad7b0fa86f2e1d3c743dbcea5cf1696fa813988a7202459b40e') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" |