summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-03 06:18:14 +0000
committerBioArchLinuxBot2024-05-03 06:18:14 +0000
commitf8f68db3bd27c5d01abbc1fbf01b4909256ed2c1 (patch)
treed0013f90fe845d286f232c41dd438034f340cb50 /PKGBUILD
parentf398d2a47855d2990ebfd24965277720add3fbc7 (diff)
downloadaur-r-cicero.tar.gz
[lilac] updated to 1.22.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7d2ac4dc29bc..bd341ab0686c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=cicero
-_pkgver=1.20.0
+_pkgver=1.22.0
pkgname=r-${_pkgname,,}
-pkgver=1.20.0
+pkgver=1.22.0
pkgrel=1
pkgdesc='Precict cis-co-accessibility from single-cell chromatin accessibility data'
arch=('any')
@@ -44,7 +44,7 @@ optdepends=(
r-vdiffr
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('c59b4a1cb65a373646d2ffc3574f390f87afc36ac5de540bbe856472781876a7')
+sha256sums=('19d93468774586afc00d8592b58fbebeaa26808246a9088f5925523c61f1b474')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"