summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 11:34:33 +0000
committerBioArchLinuxBot2023-04-27 11:34:33 +0000
commit7db6750774ecf68868601eacd8e34eb185bc1d26 (patch)
treeca1192faee1d0acfcb32268317af9d13d645e6bc
parent6a4486c8ebe55138b8e05e034cc5d7feae5bf86f (diff)
downloadaur-7db6750774ecf68868601eacd8e34eb185bc1d26.tar.gz
[lilac] updated to 1.22.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f20cc39a8674..e12c706f717a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-ttmap
pkgdesc = Two-Tier Mapper: a clustering tool based on topological data analysis
- pkgver = 1.20.0
+ pkgver = 1.22.0
pkgrel = 1
url = https://bioconductor.org/packages/TTMap
arch = any
@@ -12,7 +12,7 @@ pkgbase = r-ttmap
depends = r-summarizedexperiment
optdepends = r-airway
optdepends = r-biocstyle
- source = https://bioconductor.org/packages/release/bioc/src/contrib/TTMap_1.20.0.tar.gz
- sha256sums = 07df328e03c1710849f80c61ee207cbcf335e8ec935d44b095df9149f017d2ed
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/TTMap_1.22.0.tar.gz
+ sha256sums = f192bb864c6ea120bf9bd3f7c00d52020f05f7f0652b794b2fb1308e73f67ef2
pkgname = r-ttmap
diff --git a/PKGBUILD b/PKGBUILD
index 469bf785728f..fa0ff6c30ffc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=TTMap
-_pkgver=1.20.0
+_pkgver=1.22.0
pkgname=r-${_pkgname,,}
-pkgver=1.20.0
+pkgver=1.22.0
pkgrel=1
pkgdesc='Two-Tier Mapper: a clustering tool based on topological data analysis'
arch=('any')
@@ -21,7 +21,7 @@ optdepends=(
r-biocstyle
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('07df328e03c1710849f80c61ee207cbcf335e8ec935d44b095df9149f017d2ed')
+sha256sums=('f192bb864c6ea120bf9bd3f7c00d52020f05f7f0652b794b2fb1308e73f67ef2')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"