summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-02 21:23:02 +0000
committerBioArchLinuxBot2022-11-02 21:23:02 +0000
commit6d21356c988ba3baaf268792872bfdd266338e8c (patch)
treeeabc069bc5c2da7cf32b63967d4b8128bddd4b03
parentac6b18389d2f704c40e945c8a8e45fecbd6e5dc6 (diff)
downloadaur-6d21356c988ba3baaf268792872bfdd266338e8c.tar.gz
[lilac] updated to 1.6.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3804bc0bd592..e7d652275637 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-cnvgears
pkgdesc = A Framework of Functions to Combine, Analize and Interpret CNVs Calling Results
- pkgver = 1.4.0
+ pkgver = 1.6.0
pkgrel = 1
url = https://bioconductor.org/packages/CNVgears
arch = any
@@ -22,7 +22,7 @@ pkgbase = r-cnvgears
optdepends = r-testthat
optdepends = r-usethis
optdepends = r-variantannotation
- source = https://bioconductor.org/packages/release/bioc/src/contrib/CNVgears_1.4.0.tar.gz
- sha256sums = ca3bd38f874ca4dccdd89243e44085159a533e08ebad9505183299a5fbda23d9
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/CNVgears_1.6.0.tar.gz
+ sha256sums = 39e480bb8ed7c721535a46add4e9d761b89b43cc28cb20499555717d0f451c3f
pkgname = r-cnvgears
diff --git a/PKGBUILD b/PKGBUILD
index cbd59b7a6179..8c0b148a0077 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=CNVgears
-_pkgver=1.4.0
+_pkgver=1.6.0
pkgname=r-${_pkgname,,}
-pkgver=1.4.0
+pkgver=1.6.0
pkgrel=1
pkgdesc='A Framework of Functions to Combine, Analize and Interpret CNVs Calling Results'
arch=('any')
@@ -31,7 +31,7 @@ optdepends=(
r-variantannotation
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('ca3bd38f874ca4dccdd89243e44085159a533e08ebad9505183299a5fbda23d9')
+sha256sums=('39e480bb8ed7c721535a46add4e9d761b89b43cc28cb20499555717d0f451c3f')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"