summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 21:44:28 +0000
committerBioArchLinuxBot2023-04-27 21:44:28 +0000
commitc43bcc332aa0833349ee1574adb60428b7807f27 (patch)
tree1f22cd72e8d4e3d550ed0de722ab118064a2fdb4 /PKGBUILD
parentf6a3bee8cdd397f126baa901e380961fffe965b1 (diff)
downloadaur-c43bcc332aa0833349ee1574adb60428b7807f27.tar.gz
[lilac] updated to 1.30.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f8ae600bc80f..a9544bb71eea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=rCGH
-_pkgver=1.28.0
+_pkgver=1.30.0
pkgname=r-${_pkgname,,}
-pkgver=1.28.0
+pkgver=1.30.0
pkgrel=1
pkgdesc='Comprehensive Pipeline for Analyzing and Visualizing Array-Based CGH Data'
arch=('any')
@@ -36,7 +36,7 @@ optdepends=(
r-runit
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('b312714e6123f4f0d520d43787cb8ce22a96a78c9e6d8fa876366274c9909264')
+sha256sums=('7ccf7cae7097630d589481d3de5796f14b9800dcb7f3c569f780a30f765fdca2')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"