summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-03 09:17:38 +0000
committerBioArchLinuxBot2024-05-03 09:17:38 +0000
commit65009596e434336e31b4972542e17218943431c1 (patch)
tree2e9d20c726b5599a1c385e440adcafef64ba6fcf /PKGBUILD
parentea788dc91ed57598ec4bdb692a5031dac87e15e3 (diff)
downloadaur-r-moonlightr.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 f3a44db2e58b..b5569cc0896a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=MoonlightR
-_pkgver=1.28.0
+_pkgver=1.30.0
pkgname=r-${_pkgname,,}
-pkgver=1.28.0
+pkgver=1.30.0
pkgrel=1
pkgdesc='Identify oncogenes and tumor suppressor genes from omics data'
arch=('any')
@@ -39,7 +39,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('f973bf40393e5d45b3476feb520c958ecd71cd06bedd7341e1aecef3a2ecb5fe')
+sha256sums=('96eff0c1371de0d9281c6ecc844d3006e6c74a7c1c4b2bc563e3671c803f0c4a')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"