summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-12-15 13:07:57 +0000
committerBioArchLinuxBot2023-12-15 13:07:57 +0000
commit0e4c9391ac60017b50a2c89b792c5589ebd52ad2 (patch)
treee56d6bc775beb4683a578932b9964cfec311f752
parent4b641cbc5b6441b86f9bbf14dc06affd44753104 (diff)
downloadaur-0e4c9391ac60017b50a2c89b792c5589ebd52ad2.tar.gz
[lilac] updated to 1.2.0-3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD12
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2a2787178d85..e761ac9b30bd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-scfeatures
- pkgdesc = scFeatures: Multi-view representations of single-cell and spatial data for disease outcome prediction
+ pkgdesc = Multi-view representations of single-cell and spatial data for disease outcome prediction
pkgver = 1.2.0
- pkgrel = 1
+ pkgrel = 3
url = https://bioconductor.org/packages/scFeatures
arch = any
license = GPL3
@@ -40,6 +40,6 @@ pkgbase = r-scfeatures
optdepends = r-survminer
source = https://bioconductor.org/packages/release/bioc/src/contrib/scFeatures_1.2.0.tar.gz
md5sums = 00b3e1296507cdf60879fd6d112c1e53
- sha256sums = 9777d663977588c4848c595f053f6859f09cef67a1a1d2d9fd5c06bdb47faf24
+ b2sums = 41b0d7169a050221f0eb1d1b95c20b2d27b8148e24697c6ad42b9cad947c128ec96203e5284cf6ba029b187b27faabe538531fc1e36481f15c63d07efaff9dbf
pkgname = r-scfeatures
diff --git a/PKGBUILD b/PKGBUILD
index cd99bdb4d39e..1df5ab044753 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@ _pkgname=scFeatures
_pkgver=1.2.0
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//-/.}
-pkgrel=1
-pkgdesc="scFeatures: Multi-view representations of single-cell and spatial data for disease outcome prediction"
+pkgrel=3
+pkgdesc="Multi-view representations of single-cell and spatial data for disease outcome prediction"
arch=(any)
-url="https://bioconductor.org/packages/${_pkgname}"
+url="https://bioconductor.org/packages/$_pkgname"
license=(GPL3)
depends=(
r-ape
@@ -48,11 +48,11 @@ optdepends=(
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
md5sums=('00b3e1296507cdf60879fd6d112c1e53')
-sha256sums=('9777d663977588c4848c595f053f6859f09cef67a1a1d2d9fd5c06bdb47faf24')
+b2sums=('41b0d7169a050221f0eb1d1b95c20b2d27b8148e24697c6ad42b9cad947c128ec96203e5284cf6ba029b187b27faabe538531fc1e36481f15c63d07efaff9dbf')
build() {
- mkdir -p build
- R CMD INSTALL "$_pkgname" -l build
+ mkdir build
+ R CMD INSTALL -l build "$_pkgname"
}
package() {