summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-04-25 10:07:19 +0000
committerBioArchLinuxBot2024-04-25 10:07:19 +0000
commit31844bc967a9e2f844538d8079b4dbfe73abdbf4 (patch)
treebfa24a138e31738da8208390ba8a85209f31596a
parent79e431116e7d28c3bdf73b11795e0f4548778144 (diff)
downloadaur-31844bc967a9e2f844538d8079b4dbfe73abdbf4.tar.gz
[lilac] updated to 1.4.0-4
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2fa1c41f02a8..97fb1a478450 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = r-ccimpute
pkgdesc = an accurate and scalable consensus clustering based approach to impute dropout events in the single-cell RNA-seq data
pkgver = 1.4.0
- pkgrel = 3
+ pkgrel = 4
url = https://bioconductor.org/packages/ccImpute
arch = x86_64
- license = GPL3
+ license = GPL-3.0-only
checkdepends = r-testthat
makedepends = r-rcppeigen
depends = r-biocparallel
diff --git a/PKGBUILD b/PKGBUILD
index bff5d5ee6b77..a38135b3cc64 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@ _pkgname=ccImpute
_pkgver=1.4.0
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//-/.}
-pkgrel=3
+pkgrel=4
pkgdesc="an accurate and scalable consensus clustering based approach to impute dropout events in the single-cell RNA-seq data"
arch=(x86_64)
url="https://bioconductor.org/packages/$_pkgname"
-license=(GPL3)
+license=('GPL-3.0-only')
depends=(
r-biocparallel
r-matrixstats