summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-03 14:32:40 +0000
committerBioArchLinuxBot2024-05-03 14:32:40 +0000
commit090fee9267893e511e4c79ffa6b6f64f87090016 (patch)
tree085a24808c897d43f340b8e3eaf0b12a40c70802 /PKGBUILD
parent493e0ef358f4bd5b2f1d6e6e005aadc59cd30e4c (diff)
downloadaur-r-categorycompare.tar.gz
[lilac] updated to 1.48.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 556f3a73b638..3ce8db36c771 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=categoryCompare
-_pkgver=1.46.0
+_pkgver=1.48.0
pkgname=r-${_pkgname,,}
-pkgver=1.46.0
+pkgver=1.48.0
pkgrel=1
pkgdesc='Meta-analysis of high-throughput experiments using feature annotations'
arch=('any')
@@ -37,7 +37,7 @@ optdepends=(
r-rmarkdown
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('043df1a80bfce24b3a62b0dc2f01509c8801f8c60751b0337adc118e2750aa0d')
+sha256sums=('4ee6a1daf83469c0f715362ce9c82b006f64631470b211896bad1d65f9d8d555')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"