summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-03-13 18:12:42 +0000
committerBioArchLinuxBot2024-03-13 18:12:42 +0000
commit181026141823c4012b0a645885d2a2ddacd14a72 (patch)
treedebbb2fa361df6d216c044fb1609b6390f0cb03d
parent2410b9e723700938282207e3cd8e44c9cea30df3 (diff)
downloadaur-181026141823c4012b0a645885d2a2ddacd14a72.tar.gz
[lilac] updated to 1.6.3-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD14
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c76293ff2c74..9df8217e87ae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-nnsvg
pkgdesc = Scalable identification of spatially variable genes in spatially-resolved transcriptomics data
- pkgver = 1.6.0
+ pkgver = 1.6.3
pkgrel = 1
url = https://bioconductor.org/packages/nnSVG
arch = any
@@ -22,8 +22,8 @@ pkgbase = r-nnsvg
optdepends = r-stexampledata
optdepends = r-testthat
optdepends = r-weberdivechalcdata
- source = https://bioconductor.org/packages/release/bioc/src/contrib/nnSVG_1.6.0.tar.gz
- md5sums = 4af169b12d944eff8ee9d9e3063ff5ea
- sha256sums = 6b758eb69964a2a061f2e5bf9746a364e994902540dab9eb4f80e9b1c0348d04
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/nnSVG_1.6.3.tar.gz
+ md5sums = 49d0a36bf0af2e733dc383e6b2dbe333
+ b2sums = 817e60e9f92183f1a4695eff5f9c4469d0bd5b31222e1ea05622fe6ef13df0a48eaaaa52f0a00b8854e35c22518a86517331b5778871892a6c63d9515f62e7fb
pkgname = r-nnsvg
diff --git a/PKGBUILD b/PKGBUILD
index 652248588aba..5c928921a41d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Pekka Ristola <pekkarr [at] protonmail [dot] com>
_pkgname=nnSVG
-_pkgver=1.6.0
+_pkgver=1.6.3
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//-/.}
pkgrel=1
pkgdesc="Scalable identification of spatially variable genes in spatially-resolved transcriptomics data"
arch=(any)
-url="https://bioconductor.org/packages/${_pkgname}"
-license=(MIT)
+url="https://bioconductor.org/packages/$_pkgname"
+license=('MIT')
depends=(
r-biocparallel
r-brisc
@@ -33,12 +33,12 @@ optdepends=(
r-weberdivechalcdata
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-md5sums=('4af169b12d944eff8ee9d9e3063ff5ea')
-sha256sums=('6b758eb69964a2a061f2e5bf9746a364e994902540dab9eb4f80e9b1c0348d04')
+md5sums=('49d0a36bf0af2e733dc383e6b2dbe333')
+b2sums=('817e60e9f92183f1a4695eff5f9c4469d0bd5b31222e1ea05622fe6ef13df0a48eaaaa52f0a00b8854e35c22518a86517331b5778871892a6c63d9515f62e7fb')
build() {
- mkdir -p build
- R CMD INSTALL "$_pkgname" -l build
+ mkdir build
+ R CMD INSTALL -l build "$_pkgname"
}
check() {