summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-02 19:39:03 +0000
committerBioArchLinuxBot2024-05-02 19:39:03 +0000
commit0b308f8755b4dfc99112a9e1b10436f0792938a7 (patch)
tree8d9aa2d063cef92781e1a0ea38a5310c7e83bdbc
parentc96d97957fe271a8781405855b4ef9dd1ee68660 (diff)
downloadaur-0b308f8755b4dfc99112a9e1b10436f0792938a7.tar.gz
[lilac] updated to 1.12.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 504a0783b63c..801419ad377b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index c6ceff47cf82..114a4c338cde 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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}"