summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-02-08 12:04:00 +0000
committerBioArchLinuxBot2024-02-08 12:04:00 +0000
commitd2207f8e5f4ebfb53cfcc1f8f2e30645c857e7d5 (patch)
tree240072367701723ef418e8b74a871f1da3384750
parent37e1768c273f4026130e89a19c99aec6b3a5bc55 (diff)
downloadaur-d2207f8e5f4ebfb53cfcc1f8f2e30645c857e7d5.tar.gz
[lilac] updated to 1.16.0-3
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f80b4fb8d82..ea1e68bd75ab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = r-scgps
pkgdesc = A complete analysis of single cell subpopulations, from identifying subpopulations to analysing their relationship (scGPS = single cell Global Predictions of Subpopulation)
pkgver = 1.16.0
- pkgrel = 2
+ pkgrel = 3
url = https://bioconductor.org/packages/scGPS
arch = x86_64
license = GPL-3.0-only
checkdepends = r-testthat
depends = blas
depends = lapack
+ depends = onetbb
depends = r-caret
depends = r-deseq2
depends = r-dplyr
diff --git a/PKGBUILD b/PKGBUILD
index fe79bce7cb69..13eb2db2ff17 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _pkgname=scGPS
_pkgver=1.16.0
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//-/.}
-pkgrel=2
+pkgrel=3
pkgdesc="A complete analysis of single cell subpopulations, from identifying subpopulations to analysing their relationship (scGPS = single cell Global Predictions of Subpopulation)"
arch=(x86_64)
url="https://bioconductor.org/packages/$_pkgname"
@@ -13,6 +13,7 @@ license=('GPL-3.0-only')
depends=(
blas
lapack
+ onetbb
r-caret
r-deseq2
r-dplyr