r-genetonic: auto updated to 2.4.2-1

This commit is contained in:
BioArchLinuxBot 2023-09-30 00:02:08 +00:00
parent aadd08c7fa
commit 0610750770

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=GeneTonic _pkgname=GeneTonic
_pkgver=2.4.1 _pkgver=2.4.2
pkgname=r-${_pkgname,,} pkgname=r-${_pkgname,,}
pkgver=2.4.1 pkgver=2.4.2
pkgrel=1 pkgrel=1
pkgdesc='Enjoy Analyzing And Integrating The Results From Differential Expression Analysis And Functional Enrichment Analysis' pkgdesc='Enjoy Analyzing And Integrating The Results From Differential Expression Analysis And Functional Enrichment Analysis'
arch=('any') arch=('any')
@ -60,7 +60,7 @@ optdepends=(
r-testthat r-testthat
) )
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('e5a206d985860b993a3f7b88c58ed5c86bfef4b7c46d837db8b43a0fe9f69211') sha256sums=('7d20a5125fc44335c30a583904658a36779dfc22efe50b36507ba07821db74ed')
build() { build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"