summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-02 19:51:36 +0000
committerBioArchLinuxBot2024-05-02 19:51:36 +0000
commite337af57d80137e2fd8ff06734bfa82e03868e79 (patch)
treec5563bf45eec212989b53d2bf005e5385a4e6f1f /PKGBUILD
parent63b51fa1be2d85772b00d0189a2e92da2e6c8f46 (diff)
downloadaur-r-grmetrics.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 f4f57300c550..2dafd4efa314 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=GRmetrics
-_pkgver=1.28.0
+_pkgver=1.30.0
pkgname=r-${_pkgname,,}
-pkgver=1.28.0
+pkgver=1.30.0
pkgrel=1
pkgdesc='Calculate growth-rate inhibition (GR) metrics'
arch=('any')
@@ -24,7 +24,7 @@ optdepends=(
r-tinytex
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('2936848c2fe210ba6ce82cddcd7f7462e1bd0336150283066cda108a265fbc64')
+sha256sums=('56dd3449a29de94cd21f39991e82cfdb3ed98a72d6e756a183fc174c6c58b809')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"