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 4fc738865b68..84d15f975723 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=chromVAR
-_pkgver=1.20.0
+_pkgver=1.20.1
pkgname=r-${_pkgname,,}
-pkgver=1.20.0
+pkgver=1.20.1
pkgrel=1
pkgdesc='Chromatin Variation Across Regions'
arch=('x86_64')
@@ -46,7 +46,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('77966a60917204e6e55f3dcbc1f6250a4ce875d4aeeb59409eedebba585c8fe7')
+sha256sums=('b815f947b468aef4385faa3a14e3fdfdba3a95959ab7ce2d5886d77d21be10da')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"