summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-02 21:24:09 +0000
committerBioArchLinuxBot2024-05-02 21:24:09 +0000
commit1ec0540f602dbef1fcf7784400bb179a8a7fe1a2 (patch)
treeaeb0e7b650b5c8b25844f6c2588965873b59fe4c /PKGBUILD
parent5a9ce1654beae0cfbd60848befbd54108803365b (diff)
downloadaur-r-miqc.tar.gz
[lilac] updated to 1.12.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 20d220a5a654..cdd5ba2accfc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=miQC
-_pkgver=1.10.0
+_pkgver=1.12.0
pkgname=r-${_pkgname,,}
-pkgver=1.10.0
+pkgver=1.12.0
pkgrel=1
pkgdesc='Flexible, probabilistic metrics for quality control of scRNA-seq data'
arch=('any')
@@ -23,7 +23,7 @@ optdepends=(
r-scrnaseq
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('e089a0972b890bff36cd46d2f02198ddd99911e60bc9a804e964893327b5378c')
+sha256sums=('f633d598aed041488a73a9cac2f17ddc6784da8ddb0fe16125c08761d497c711')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"