summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-02 23:02:31 +0000
committerBioArchLinuxBot2022-11-02 23:02:31 +0000
commit58a0d493f53ff619108b44a4bcec60162abec2d6 (patch)
treec545409ee62fc289509116e06207af1db4640c02
parent4005867c85231af01ed295cad2bd0e5c28d82091 (diff)
downloadaur-58a0d493f53ff619108b44a4bcec60162abec2d6.tar.gz
[lilac] updated to 1.36.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e3c7b61520ed..3e93ea254f16 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-compass
pkgdesc = Combinatorial Polyfunctionality Analysis of Single Cells
- pkgver = 1.34.0
+ pkgver = 1.36.0
pkgrel = 1
url = https://bioconductor.org/packages/COMPASS
arch = x86_64
@@ -33,7 +33,7 @@ pkgbase = r-compass
optdepends = r-progress
optdepends = r-shiny
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/COMPASS_1.34.0.tar.gz
- sha256sums = 1c684916757374422c2adfd04dbb8a424e7a04ec9fb2eb5a9e5efe855ada6245
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/COMPASS_1.36.0.tar.gz
+ sha256sums = ed86dfcc094db647a9d84895fd7caa40cf564abed8b9b00f3867507d232b8c9b
pkgname = r-compass
diff --git a/PKGBUILD b/PKGBUILD
index ebcca684f940..8cb012c167d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=COMPASS
-_pkgver=1.34.0
+_pkgver=1.36.0
pkgname=r-${_pkgname,,}
-pkgver=1.34.0
+pkgver=1.36.0
pkgrel=1
pkgdesc='Combinatorial Polyfunctionality Analysis of Single Cells'
arch=('x86_64')
@@ -42,7 +42,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('1c684916757374422c2adfd04dbb8a424e7a04ec9fb2eb5a9e5efe855ada6245')
+sha256sums=('ed86dfcc094db647a9d84895fd7caa40cf564abed8b9b00f3867507d232b8c9b')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"