summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-03 04:05:23 +0000
committerBioArchLinuxBot2024-05-03 04:05:23 +0000
commit43dcc19ba3fee559417732544517d3531bfd3d69 (patch)
tree2e7072ae73635e7becd4d863d7a5e21ebf8a63d6 /PKGBUILD
parent35e64a489fec0555d316b5504a027d270cf20fb1 (diff)
downloadaur-r-famat.tar.gz
[lilac] updated to 1.14.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ae3efff0da0a..dde739fdb6ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=famat
-_pkgver=1.12.0
+_pkgver=1.14.0
pkgname=r-${_pkgname,,}
-pkgver=1.12.0
+pkgver=1.14.0
pkgrel=1
pkgdesc='Functional analysis of metabolic and transcriptomic data'
arch=('any')
@@ -38,7 +38,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('d2da9308e980817f3e8a85a7d5f09cc90df857ffb3b059b6687d2f359929f706')
+sha256sums=('f0692a150e47bf9192eb4bffdc65f23e9074324c38c517177d45fb23aa083425')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"