summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-03 22:57:31 +0000
committerBioArchLinuxBot2022-11-03 22:57:31 +0000
commitbdd67f67958d972baf5295282aadeea8f01d9e15 (patch)
treef9ece2872da8290c4d5f0bcf40321cb35cb0c571
parent9e428c4e7fe97e21fa8305494da3b5e28906b933 (diff)
downloadaur-bdd67f67958d972baf5295282aadeea8f01d9e15.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 9f4bca679dd5..5aeedd59116a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-atacseqqc
pkgdesc = ATAC-seq Quality Control
- pkgver = 1.20.2
+ pkgver = 1.22.0
pkgrel = 1
url = https://bioconductor.org/packages/ATACseqQC
arch = any
@@ -32,7 +32,7 @@ pkgbase = r-atacseqqc
optdepends = r-testthat
optdepends = r-trackviewer
optdepends = r-txdb.hsapiens.ucsc.hg19.knowngene
- source = https://bioconductor.org/packages/release/bioc/src/contrib/ATACseqQC_1.20.2.tar.gz
- sha256sums = 17cf6c17610c287a187010f30b880ae57e5e9f9ef42b3d018fec01c92ab0474a
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/ATACseqQC_1.22.0.tar.gz
+ sha256sums = 62a5f0cd3ec7e6dfa5c591a026de52d907e3520273e7dbb3fc1e23f79b88ef89
pkgname = r-atacseqqc
diff --git a/PKGBUILD b/PKGBUILD
index 08b0c550013b..208149298a29 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=ATACseqQC
-_pkgver=1.20.2
+_pkgver=1.22.0
pkgname=r-${_pkgname,,}
-pkgver=1.20.2
+pkgver=1.22.0
pkgrel=1
pkgdesc='ATAC-seq Quality Control'
arch=('any')
@@ -41,7 +41,7 @@ optdepends=(
r-txdb.hsapiens.ucsc.hg19.knowngene
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('17cf6c17610c287a187010f30b880ae57e5e9f9ef42b3d018fec01c92ab0474a')
+sha256sums=('62a5f0cd3ec7e6dfa5c591a026de52d907e3520273e7dbb3fc1e23f79b88ef89')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"