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 6125528eb9fd..e7b3abc2ce71 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=GDCRNATools
-_pkgver=1.20.0
+_pkgver=1.20.1
pkgname=r-${_pkgname,,}
-pkgver=1.20.0
+pkgver=1.20.1
pkgrel=1
pkgdesc='GDCRNATools: an R/Bioconductor package for integrative analysis of lncRNA, mRNA, and miRNA data in GDC'
arch=('any')
@@ -36,7 +36,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('cb1aef4855d85a1951be3def98a522a8ac026af1a36020b7ce17a07e24dd57bb')
+sha256sums=('0384270a756677da52bf48948db7334927d6b3699b43273770fb9f5f20de00e9')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"