summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-04-28 13:46:25 +0000
committerBioArchLinuxBot2024-04-28 13:46:25 +0000
commit12ebbb301dddb2372e163b16f124d3772ea33487 (patch)
tree2b088bb18b16db53df05497d402ecf3207ab49dd
parent48c3d09fcf43b904f7e3db8864d7773023549b13 (diff)
downloadaur-12ebbb301dddb2372e163b16f124d3772ea33487.tar.gz
[lilac] updated to 1.4.0-3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD12
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 222f71d7f8ee..4dd7084434c0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = r-cardelino
pkgdesc = Clone Identification from Single Cell Data
pkgver = 1.4.0
- pkgrel = 1
+ pkgrel = 3
url = https://bioconductor.org/packages/cardelino
arch = any
- license = GPL3
+ license = GPL-3.0-only
checkdepends = r-testthat
depends = r-combinat
depends = r-genomeinfodb
@@ -26,6 +26,6 @@ pkgbase = r-cardelino
optdepends = r-vgam
source = https://bioconductor.org/packages/release/bioc/src/contrib/cardelino_1.4.0.tar.gz
md5sums = 363c06547419f29e1cdfe473651e1861
- sha256sums = f6ed2a646b833f4a63b0641731ce2c1dbc4718d76d7418c0878acb00561b8d78
+ b2sums = 9cfce3cc4484e8fc1d5085a02f16a38d2a715f4ff36dca665bbb71f5d463af2bdc7041d4903f43df321abd82d8fb473345c88acb72be3a1a3371a610dd4f4c5e
pkgname = r-cardelino
diff --git a/PKGBUILD b/PKGBUILD
index 4f2f6c45d1fd..273644b6e12b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@ _pkgname=cardelino
_pkgver=1.4.0
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//-/.}
-pkgrel=1
+pkgrel=3
pkgdesc="Clone Identification from Single Cell Data"
arch=(any)
-url="https://bioconductor.org/packages/${_pkgname}"
-license=(GPL3)
+url="https://bioconductor.org/packages/$_pkgname"
+license=('GPL-3.0-only')
depends=(
r-combinat
r-genomeinfodb
@@ -36,11 +36,11 @@ optdepends=(
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
md5sums=('363c06547419f29e1cdfe473651e1861')
-sha256sums=('f6ed2a646b833f4a63b0641731ce2c1dbc4718d76d7418c0878acb00561b8d78')
+b2sums=('9cfce3cc4484e8fc1d5085a02f16a38d2a715f4ff36dca665bbb71f5d463af2bdc7041d4903f43df321abd82d8fb473345c88acb72be3a1a3371a610dd4f4c5e')
build() {
- mkdir -p build
- R CMD INSTALL "$_pkgname" -l build
+ mkdir build
+ R CMD INSTALL -l build "$_pkgname"
}
check() {