summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-02 19:51:36 +0000
committerBioArchLinuxBot2024-05-02 19:51:36 +0000
commite337af57d80137e2fd8ff06734bfa82e03868e79 (patch)
treec5563bf45eec212989b53d2bf005e5385a4e6f1f
parent63b51fa1be2d85772b00d0189a2e92da2e6c8f46 (diff)
downloadaur-e337af57d80137e2fd8ff06734bfa82e03868e79.tar.gz
[lilac] updated to 1.30.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c0d8739209d5..5fe3bf608038 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-grmetrics
pkgdesc = Calculate growth-rate inhibition (GR) metrics
- pkgver = 1.28.0
+ pkgver = 1.30.0
pkgrel = 1
url = https://bioconductor.org/packages/GRmetrics
arch = any
@@ -15,7 +15,7 @@ pkgbase = r-grmetrics
optdepends = r-knitr
optdepends = r-rmarkdown
optdepends = r-tinytex
- source = https://bioconductor.org/packages/release/bioc/src/contrib/GRmetrics_1.28.0.tar.gz
- sha256sums = 2936848c2fe210ba6ce82cddcd7f7462e1bd0336150283066cda108a265fbc64
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/GRmetrics_1.30.0.tar.gz
+ sha256sums = 56dd3449a29de94cd21f39991e82cfdb3ed98a72d6e756a183fc174c6c58b809
pkgname = r-grmetrics
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}"