summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-10-31 19:33:43 +0000
committerBioArchLinuxBot2024-10-31 19:33:43 +0000
commit0abe81d04bebc0deacf2cc0d2aba43b883c86f91 (patch)
treee4d4bf7a9ba50689c7daba4e96b1dbe0779b0183 /PKGBUILD
parent3b5278278d77d59de3a68b8e14f70fa81eb330c2 (diff)
downloadaur-0abe81d04bebc0deacf2cc0d2aba43b883c86f91.tar.gz
[lilac] updated to 3.46.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b2fd1a5e4386..69bbab6f8725 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=safe
-_pkgver=3.44.0
+_pkgver=3.46.0
pkgname=r-${_pkgname,,}
-pkgver=3.44.0
+pkgver=3.46.0
pkgrel=1
pkgdesc='Significance Analysis of Function and Expression'
arch=('any')
@@ -28,7 +28,7 @@ optdepends=(
r-survival
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('39e715e2132b95ed5c085c381f89aeea76fc36c007ec0773f930da8b714eb4cf')
+sha256sums=('eb9a6dd50864eff92a9eed3801e9b67bca30df3350a899fb344be2bf745f88e6')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"