summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 16:00:10 +0000
committerBioArchLinuxBot2023-04-27 16:00:10 +0000
commitdd48086763adab5da5e90e20dbda25aa35ceae39 (patch)
tree5d5a3f1fad102e7527307e1648a4180659c81547
parent10408b69a0793da40330fa323054bc391aef5c8b (diff)
downloadaur-dd48086763adab5da5e90e20dbda25aa35ceae39.tar.gz
[lilac] updated to 1.22.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 514cacf9cdb3..a1ca7763a5c7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-panelcn.mops
pkgdesc = CNV detection tool for targeted NGS panel data
- pkgver = 1.20.0
+ pkgver = 1.22.0
pkgrel = 1
url = https://bioconductor.org/packages/panelcn.mops
arch = any
@@ -16,7 +16,7 @@ pkgbase = r-panelcn.mops
optdepends = r-knitr
optdepends = r-rmarkdown
optdepends = r-runit
- source = https://bioconductor.org/packages/release/bioc/src/contrib/panelcn.mops_1.20.0.tar.gz
- sha256sums = 96ab3f8865c81662d6e2e08707a6c33b6c04a476d89306b5a7370de467d726f3
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/panelcn.mops_1.22.0.tar.gz
+ sha256sums = 636b02dbf69cb78b8cec3808f342451edb92cbf9649ef5df3c6089599c4836bd
pkgname = r-panelcn.mops
diff --git a/PKGBUILD b/PKGBUILD
index 27af15804587..aee6c034f831 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=panelcn.mops
-_pkgver=1.20.0
+_pkgver=1.22.0
pkgname=r-${_pkgname,,}
-pkgver=1.20.0
+pkgver=1.22.0
pkgrel=1
pkgdesc='CNV detection tool for targeted NGS panel data'
arch=('any')
@@ -25,7 +25,7 @@ optdepends=(
r-runit
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('96ab3f8865c81662d6e2e08707a6c33b6c04a476d89306b5a7370de467d726f3')
+sha256sums=('636b02dbf69cb78b8cec3808f342451edb92cbf9649ef5df3c6089599c4836bd')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"