diff options
author | BioArchLinuxBot | 2023-10-31 19:02:13 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2023-10-31 19:02:13 +0000 |
commit | ec09dd0cb8efbb8720d2c0dd3d10de33b8eabf5d (patch) | |
tree | 609a751dac46f6ddce1fcfc1e5ecb2ecd5637f2a | |
parent | cc5eed5ddfa53f75941d1d2dd178ad61ad6f5242 (diff) | |
download | aur-ec09dd0cb8efbb8720d2c0dd3d10de33b8eabf5d.tar.gz |
[lilac] updated to 1.16.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-sctgif pkgdesc = Cell type annotation for unannotated single-cell RNA-Seq data - pkgver = 1.14.0 + pkgver = 1.16.0 pkgrel = 1 url = https://bioconductor.org/packages/scTGIF arch = any @@ -26,7 +26,7 @@ pkgbase = r-sctgif depends = r-tagcloud depends = r-tibble optdepends = r-testthat - source = https://bioconductor.org/packages/release/bioc/src/contrib/scTGIF_1.14.0.tar.gz - sha256sums = 13effe4a04ba2d4ee13bc363bd188428d5601186625079a8d1c8f93a183c15ef + source = https://bioconductor.org/packages/release/bioc/src/contrib/scTGIF_1.16.0.tar.gz + sha256sums = 202714ff5a7bf32b0993a7e88ed2f9c81b107acc3bb743bb0fe2f5f786c6bfe7 pkgname = r-sctgif @@ -1,9 +1,9 @@ # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> _pkgname=scTGIF -_pkgver=1.14.0 +_pkgver=1.16.0 pkgname=r-${_pkgname,,} -pkgver=1.14.0 +pkgver=1.16.0 pkgrel=1 pkgdesc='Cell type annotation for unannotated single-cell RNA-Seq data' arch=('any') @@ -35,7 +35,7 @@ optdepends=( r-testthat ) source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") -sha256sums=('13effe4a04ba2d4ee13bc363bd188428d5601186625079a8d1c8f93a183c15ef') +sha256sums=('202714ff5a7bf32b0993a7e88ed2f9c81b107acc3bb743bb0fe2f5f786c6bfe7') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" |