summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-13 02:27:55 +0000
committerBioArchLinuxBot2022-11-13 02:27:55 +0000
commit52c7f808b80ec14d05cb54210570f8eb7a78a354 (patch)
treead7c30b77855df91450ef1d60cf816736d09edb7
parent024477794a073550673e6c3ca86b13495e258310 (diff)
downloadaur-52c7f808b80ec14d05cb54210570f8eb7a78a354.tar.gz
[lilac] updated to 1.30.0-3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5361e3c680e2..20f896e8ff81 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-tin
pkgdesc = Transcriptome instability analysis
- pkgver = 1.28.0
- pkgrel = 1
+ pkgver = 1.30.0
+ pkgrel = 3
url = https://bioconductor.org/packages/TIN
arch = any
license = Artistic2.0
@@ -17,7 +17,7 @@ pkgbase = r-tin
optdepends = r-biocgenerics
optdepends = r-knitr
optdepends = r-runit
- source = https://bioconductor.org/packages/release/bioc/src/contrib/TIN_1.28.0.tar.gz
- sha256sums = 96bc9b27e344939ae3e9d9661d880a1e3c486b38c934f869afcd15175b21facd
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/TIN_1.30.0.tar.gz
+ sha256sums = 28c2f9ebeaf0cfb537ea6d5f4cd7cc495d3d487471057e52042df5e00b889705
pkgname = r-tin
diff --git a/PKGBUILD b/PKGBUILD
index 94082c1fdb01..2e742be5d102 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=TIN
-_pkgver=1.28.0
+_pkgver=1.30.0
pkgname=r-${_pkgname,,}
-pkgver=1.28.0
-pkgrel=1
+pkgver=1.30.0
+pkgrel=3
pkgdesc='Transcriptome instability analysis'
arch=('any')
url="https://bioconductor.org/packages/${_pkgname}"
@@ -26,7 +26,7 @@ optdepends=(
r-runit
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('96bc9b27e344939ae3e9d9661d880a1e3c486b38c934f869afcd15175b21facd')
+sha256sums=('28c2f9ebeaf0cfb537ea6d5f4cd7cc495d3d487471057e52042df5e00b889705')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"