summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-02 00:56:49 +0000
committerBioArchLinuxBot2024-05-02 00:56:49 +0000
commit97d362a1343bc3e1e6d670c349fcfeee1b497250 (patch)
tree02e20cbd0fe2c3edd3517e2ef43e7cc7036aea30 /PKGBUILD
parente17e6e528c1ebd1b00de42aeed98a79194883eaa (diff)
downloadaur-r-cghcall.tar.gz
[lilac] updated to 2.66.0-1
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}"