summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-04-27 05:19:09 +0000
committerBioArchLinuxBot2024-04-27 05:19:09 +0000
commit08c555af315ecef32bda7e429032b4a824e20549 (patch)
tree635bdc8fbf7fd482f952666646c6632bbe3d27ce
parent8961fb332b3a612ac1a274b24a4cdc0317aaa595 (diff)
downloadaur-08c555af315ecef32bda7e429032b4a824e20549.tar.gz
[lilac] updated to 1.0.0-3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD12
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 55d6fd69646e..694a33a65dd4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = r-partcnv
pkgdesc = Infer locally aneuploid cells using single cell RNA-seq data
pkgver = 1.0.0
- pkgrel = 1
+ pkgrel = 3
url = https://bioconductor.org/packages/partCNV
arch = any
- license = GPL2
+ license = GPL-2.0-only
checkdepends = r-testthat
depends = r-annotationhub
depends = r-data.table
@@ -20,6 +20,6 @@ pkgbase = r-partcnv
optdepends = r-testthat
source = https://bioconductor.org/packages/release/bioc/src/contrib/partCNV_1.0.0.tar.gz
md5sums = e004f2129cbb1fe1e84e33cf223c06f6
- sha256sums = 4a948e65fe1f20118f9f5642e23fa35b92bfae680b5da1762084e88e187d8a95
+ b2sums = 51ed457d79c7f0692d8ea0bbedf0f87e3c3fe8edab5dd10bccc61bd053a0cb8478c9b9eee0405f19063fdf57ca65592b965881f53da82582bc78701f103b04d1
pkgname = r-partcnv
diff --git a/PKGBUILD b/PKGBUILD
index b4b157e16210..1bba3fcce2b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@ _pkgname=partCNV
_pkgver=1.0.0
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//-/.}
-pkgrel=1
+pkgrel=3
pkgdesc="Infer locally aneuploid cells using single cell RNA-seq data"
arch=(any)
-url="https://bioconductor.org/packages/${_pkgname}"
-license=(GPL2)
+url="https://bioconductor.org/packages/$_pkgname"
+license=('GPL-2.0-only')
depends=(
r-annotationhub
r-data.table
@@ -30,11 +30,11 @@ optdepends=(
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
md5sums=('e004f2129cbb1fe1e84e33cf223c06f6')
-sha256sums=('4a948e65fe1f20118f9f5642e23fa35b92bfae680b5da1762084e88e187d8a95')
+b2sums=('51ed457d79c7f0692d8ea0bbedf0f87e3c3fe8edab5dd10bccc61bd053a0cb8478c9b9eee0405f19063fdf57ca65592b965881f53da82582bc78701f103b04d1')
build() {
- mkdir -p build
- R CMD INSTALL "$_pkgname" -l build
+ mkdir build
+ R CMD INSTALL -l build "$_pkgname"
}
check() {