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 22c079b64935..273e8e1865eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=bcellViper
-_pkgver=1.32.0
+_pkgver=1.33.0
pkgname=r-${_pkgname,,}
-pkgver=1.32.0
+pkgver=1.33.0
pkgrel=1
pkgdesc='Human B-cell transcriptional interactome and normal human B-cell expression data'
arch=('any')
@@ -14,7 +14,7 @@ depends=(
r-biobase
)
source=("https://bioconductor.org/packages/release/data/experiment/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('0efc378c1ee92b46bd46c9499343afacbc01a0ef81256626b5ba8aeb408c91d3')
+sha256sums=('1d711f393ada4a9672c2fc62d5331807f2ce0850708c64fc373df52a3bbe5f9a')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"