diff options
author | BioArchLinuxBot | 2024-10-31 19:33:43 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2024-10-31 19:33:43 +0000 |
commit | 0abe81d04bebc0deacf2cc0d2aba43b883c86f91 (patch) | |
tree | e4d4bf7a9ba50689c7daba4e96b1dbe0779b0183 /PKGBUILD | |
parent | 3b5278278d77d59de3a68b8e14f70fa81eb330c2 (diff) | |
download | aur-0abe81d04bebc0deacf2cc0d2aba43b883c86f91.tar.gz |
[lilac] updated to 3.46.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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}" |