summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-01-21 00:27:28 +0000
committerBioArchLinuxBot2023-01-21 00:27:28 +0000
commitb37342c69a56588ac23c77d92f3728ef44b873fb (patch)
tree5db121d503e733d22158cd9d831ad0bdb2e85a42
parent249859b6859882616bb13b82b862e6bd2f09a36e (diff)
downloadaur-b37342c69a56588ac23c77d92f3728ef44b873fb.tar.gz
[lilac] updated to 1.36.2-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4bf8a2fd18f5..3e6397efed53 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-compass
pkgdesc = Combinatorial Polyfunctionality Analysis of Single Cells
- pkgver = 1.36.1
+ pkgver = 1.36.2
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.36.1.tar.gz
- sha256sums = ba36fb23eef988f656f282db4c23ccc463b05202e03947dbf0b12e35709345a2
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/COMPASS_1.36.2.tar.gz
+ sha256sums = 6647abc0107649accc0c2453ec1a827cabc9f9152ce412cebdd362afb8eb5f2f
pkgname = r-compass
diff --git a/PKGBUILD b/PKGBUILD
index 450d79c7acb5..c63d7d302711 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=COMPASS
-_pkgver=1.36.1
+_pkgver=1.36.2
pkgname=r-${_pkgname,,}
-pkgver=1.36.1
+pkgver=1.36.2
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=('ba36fb23eef988f656f282db4c23ccc463b05202e03947dbf0b12e35709345a2')
+sha256sums=('6647abc0107649accc0c2453ec1a827cabc9f9152ce412cebdd362afb8eb5f2f')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"