summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-04-27 04:32:31 +0000
committerBioArchLinuxBot2024-04-27 04:32:31 +0000
commit508bdaebb3f4411be1a5e46b07739571baf7edb7 (patch)
tree9d0040a52b5a23dc7f69a2c6b16ee83e991ef253
parentfc080b0f34b128e0aa383a9d46706eebac692232 (diff)
downloadaur-508bdaebb3f4411be1a5e46b07739571baf7edb7.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 8de827b07308..d4cdb8559e9c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = r-ctsv
pkgdesc = Identification of cell-type-specific spatially variable genes accounting for excess zeros
pkgver = 1.4.0
- pkgrel = 1
+ pkgrel = 3
url = https://bioconductor.org/packages/CTSV
arch = any
- license = GPL3
+ license = GPL-3.0-only
checkdepends = r-testthat
depends = r-biocparallel
depends = r-knitr
@@ -16,6 +16,6 @@ pkgbase = r-ctsv
optdepends = r-testthat
source = https://bioconductor.org/packages/release/bioc/src/contrib/CTSV_1.4.0.tar.gz
md5sums = 4a3f8c7b5398449ea01b312ed7da1f43
- sha256sums = c9ab303473fa093de52c3a25dc2e46413399cef5284aa2c177299c03e61fcc02
+ b2sums = 5bfdab247571bd0717597ab31684f7caad1446503a9185a77c6102563d6fdcff1272aba0bba7c77dce9fbf19a5cea15bb14cc1dbae1ffffe9694e2fcdb0cddd0
pkgname = r-ctsv
diff --git a/PKGBUILD b/PKGBUILD
index 233b10c9a976..02f123315a79 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@ _pkgname=CTSV
_pkgver=1.4.0
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//-/.}
-pkgrel=1
+pkgrel=3
pkgdesc="Identification of cell-type-specific spatially variable genes accounting for excess zeros"
arch=(any)
-url="https://bioconductor.org/packages/${_pkgname}"
-license=(GPL3)
+url="https://bioconductor.org/packages/$_pkgname"
+license=('GPL-3.0-only')
depends=(
r-biocparallel
r-knitr
@@ -26,11 +26,11 @@ optdepends=(
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
md5sums=('4a3f8c7b5398449ea01b312ed7da1f43')
-sha256sums=('c9ab303473fa093de52c3a25dc2e46413399cef5284aa2c177299c03e61fcc02')
+b2sums=('5bfdab247571bd0717597ab31684f7caad1446503a9185a77c6102563d6fdcff1272aba0bba7c77dce9fbf19a5cea15bb14cc1dbae1ffffe9694e2fcdb0cddd0')
build() {
- mkdir -p build
- R CMD INSTALL "$_pkgname" -l build
+ mkdir build
+ R CMD INSTALL -l build "$_pkgname"
}
check() {