summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-27 06:40:42 +0000
committerBioArchLinuxBot2023-10-27 06:40:42 +0000
commit63b51fa1be2d85772b00d0189a2e92da2e6c8f46 (patch)
treef11dea1a76a6b10ff862493a769d401a28fa0a09 /PKGBUILD
parent9a1ff6afeb922d3b43f6fc918507fb119ccceb25 (diff)
downloadaur-63b51fa1be2d85772b00d0189a2e92da2e6c8f46.tar.gz
[lilac] updated to 1.28.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fad0f9385dd4..f4f57300c550 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=GRmetrics
-_pkgver=1.26.0
+_pkgver=1.28.0
pkgname=r-${_pkgname,,}
-pkgver=1.26.0
+pkgver=1.28.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=('f65dea7ab620fa244a42b7828525d406eb5710645f8ef32e8fc6682174daac0f')
+sha256sums=('2936848c2fe210ba6ce82cddcd7f7462e1bd0336150283066cda108a265fbc64')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"