summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-29 08:04:08 +0000
committerBioArchLinuxBot2023-04-29 08:04:08 +0000
commit654d6277b6e180cafe1f9b6e6d9cacf9dfb73d14 (patch)
treefce0e0651101588249b3d65d30eb0b11b80f61d3
parent11fb0edc0f03a41bacc2a4526403af6f38fd9b1f (diff)
downloadaur-654d6277b6e180cafe1f9b6e6d9cacf9dfb73d14.tar.gz
[lilac] updated to 1.8.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c3bbfcf8ebcc..0a844c903a53 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-cellid
pkgdesc = Unbiased Extraction of Single Cell gene signatures using Multiple Correspondence Analysis
- pkgver = 1.6.2
+ pkgver = 1.8.0
pkgrel = 1
url = https://bioconductor.org/packages/CelliD
arch = x86_64
@@ -34,7 +34,7 @@ pkgbase = r-cellid
optdepends = r-rmarkdown
optdepends = r-testthat
optdepends = r-tidyverse
- source = https://bioconductor.org/packages/release/bioc/src/contrib/CelliD_1.6.2.tar.gz
- sha256sums = ec9d98ab758f140969f19403863ebe3785cf525f4ad4a9248eda993e91b50936
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/CelliD_1.8.0.tar.gz
+ sha256sums = 551026206a4a1e99095a5982f11770dbf4e1e1e35fb49a06756c25a06847ab1b
pkgname = r-cellid
diff --git a/PKGBUILD b/PKGBUILD
index a5d7478b45fa..e49703dabcd4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=CelliD
-_pkgver=1.6.2
+_pkgver=1.8.0
pkgname=r-${_pkgname,,}
-pkgver=1.6.2
+pkgver=1.8.0
pkgrel=1
pkgdesc='Unbiased Extraction of Single Cell gene signatures using Multiple Correspondence Analysis'
arch=('x86_64')
@@ -43,7 +43,7 @@ optdepends=(
r-tidyverse
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('ec9d98ab758f140969f19403863ebe3785cf525f4ad4a9248eda993e91b50936')
+sha256sums=('551026206a4a1e99095a5982f11770dbf4e1e1e35fb49a06756c25a06847ab1b')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"