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 ec7378bd2db9..2421f24e31d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=CGHcall
-_pkgver=2.64.0
+_pkgver=2.66.0
pkgname=r-${_pkgname,,}
-pkgver=2.64.0
+pkgver=2.66.0
pkgrel=1
pkgdesc='Calling aberrations for array CGH tumor profiles.'
arch=('any')
@@ -18,7 +18,7 @@ depends=(
r-snowfall
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('9efe61577fe85ccde939e205ef871a0287cfc65f974bba42fb82d40548765ff4')
+sha256sums=('4733d74916b7f275cb26c0d297e4554aa1a4a238242cc914e36c241edf1b4dbe')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"