diff options
author | BioArchLinuxBot | 2023-04-29 05:11:01 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2023-04-29 05:11:01 +0000 |
commit | a5a1267540c8dffd5ede9757bd6361340a4744ff (patch) | |
tree | 8c54bed8022472ad3a942a6a9a54080c5d809f04 | |
parent | 01908cb899b3bfd738b83db6d94ad434605c54fd (diff) | |
download | aur-a5a1267540c8dffd5ede9757bd6361340a4744ff.tar.gz |
[lilac] updated to 1.27.0-4
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -1,8 +1,8 @@ pkgbase = r-celltree pkgdesc = Inference and visualisation of Single-Cell RNA-seq data as a hierarchical tree structure pkgver = 1.27.0 - pkgrel = 1 - url = https://bioconductor.org/packages/cellTree + pkgrel = 4 + url = https://bioconductor.org/packages/3.16/cellTree arch = any license = Artistic2.0 depends = r @@ -20,7 +20,7 @@ pkgbase = r-celltree optdepends = r-knitr optdepends = r-org.hs.eg.db optdepends = r-tools - source = https://bioconductor.org/packages/release/bioc/src/contrib/cellTree_1.27.0.tar.gz + source = https://bioconductor.org/packages/3.16/bioc/src/contrib/cellTree_1.27.0.tar.gz sha256sums = 4b27bcd2d0384d927ba8655537edf973c98c3bc381ef3b671c40b6c55c2ad979 pkgname = r-celltree @@ -4,10 +4,10 @@ _pkgname=cellTree _pkgver=1.27.0 pkgname=r-${_pkgname,,} pkgver=1.27.0 -pkgrel=1 +pkgrel=4 pkgdesc='Inference and visualisation of Single-Cell RNA-seq data as a hierarchical tree structure' arch=('any') -url="https://bioconductor.org/packages/${_pkgname}" +url="https://bioconductor.org/packages/3.16/${_pkgname}" license=('Artistic2.0') depends=( r @@ -28,7 +28,7 @@ optdepends=( r-org.hs.eg.db r-tools ) -source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") +source=("https://bioconductor.org/packages/3.16/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") sha256sums=('4b27bcd2d0384d927ba8655537edf973c98c3bc381ef3b671c40b6c55c2ad979') build() { |