summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-29 05:11:01 +0000
committerBioArchLinuxBot2023-04-29 05:11:01 +0000
commita5a1267540c8dffd5ede9757bd6361340a4744ff (patch)
tree8c54bed8022472ad3a942a6a9a54080c5d809f04
parent01908cb899b3bfd738b83db6d94ad434605c54fd (diff)
downloadaur-a5a1267540c8dffd5ede9757bd6361340a4744ff.tar.gz
[lilac] updated to 1.27.0-4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5ef6b80ccb68..e920a0cb2678 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 74f41b27ebed..290c606e7028 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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() {