summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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}"