summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-03 14:04:05 +0000
committerBioArchLinuxBot2022-11-03 14:04:05 +0000
commit2f5cd602104c3b8fea97e80ecf32c5af281081ef (patch)
tree9e3a2eb5a47820ed4285dd8efed45b4ff8d59a70
parent5404b5cfe003561cde96d6684f91edb2ffaa1e9a (diff)
downloadaur-2f5cd602104c3b8fea97e80ecf32c5af281081ef.tar.gz
[lilac] updated to 1.34.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6df309fee2a9..106ce2198418 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-qdnaseq
pkgdesc = Quantitative DNA Sequencing for Chromosomal Aberrations
- pkgver = 1.32.0
+ pkgver = 1.34.0
pkgrel = 1
url = https://bioconductor.org/packages/QDNAseq
arch = any
@@ -25,7 +25,7 @@ pkgbase = r-qdnaseq
optdepends = r-qdnaseq.hg19
optdepends = r-qdnaseq.mm10
optdepends = r-r.cache
- source = https://bioconductor.org/packages/release/bioc/src/contrib/QDNAseq_1.32.0.tar.gz
- sha256sums = 75bbde9b6cc55cd6a47b9f466358033a180b480def2144abdcc93a2a8e066668
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/QDNAseq_1.34.0.tar.gz
+ sha256sums = a968daf40745cc54b48bfe6c2a105d631f88deaeb09008f12d239f6858dd63e3
pkgname = r-qdnaseq
diff --git a/PKGBUILD b/PKGBUILD
index 5a5108fb4e16..9e3cc8a9fb07 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=QDNAseq
-_pkgver=1.32.0
+_pkgver=1.34.0
pkgname=r-${_pkgname,,}
-pkgver=1.32.0
+pkgver=1.34.0
pkgrel=1
pkgdesc='Quantitative DNA Sequencing for Chromosomal Aberrations'
arch=('any')
@@ -34,7 +34,7 @@ optdepends=(
r-r.cache
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('75bbde9b6cc55cd6a47b9f466358033a180b480def2144abdcc93a2a8e066668')
+sha256sums=('a968daf40745cc54b48bfe6c2a105d631f88deaeb09008f12d239f6858dd63e3')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"