summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-02 01:56:56 +0000
committerBioArchLinuxBot2024-05-02 01:56:56 +0000
commit9b20abfeb78c4b006b7344d80d6210ac5164864d (patch)
treeca033f889dbb727b504d8e3020116b0b48204faf
parentfdf837ba4f85c4117fa97d5b0b7551c46bdae33e (diff)
downloadaur-9b20abfeb78c4b006b7344d80d6210ac5164864d.tar.gz
[lilac] updated to 1.26.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 74c836b82d62..2f8218f7d37e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-panelcn.mops
pkgdesc = CNV detection tool for targeted NGS panel data
- pkgver = 1.24.0
+ pkgver = 1.26.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.24.0.tar.gz
- sha256sums = 9b056750fffb54366e1c649a16dd96eb5c74022ba7ff71ab072233b0ec5b06ad
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/panelcn.mops_1.26.0.tar.gz
+ sha256sums = 8adc71badf1132e53b62779c7689cbfa7f4a0156e293e11ab609a4d7e30fabba
pkgname = r-panelcn.mops
diff --git a/PKGBUILD b/PKGBUILD
index 55c2322cd1f9..58ee19b379c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=panelcn.mops
-_pkgver=1.24.0
+_pkgver=1.26.0
pkgname=r-${_pkgname,,}
-pkgver=1.24.0
+pkgver=1.26.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=('9b056750fffb54366e1c649a16dd96eb5c74022ba7ff71ab072233b0ec5b06ad')
+sha256sums=('8adc71badf1132e53b62779c7689cbfa7f4a0156e293e11ab609a4d7e30fabba')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"