summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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}"