r-ecolitk: auto updated to 1.68.0-1

This commit is contained in:
BioArchLinuxBot 2022-04-28 03:51:22 +00:00
parent cfdd64707d
commit 2a5fec1a2e

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=ecolitk _pkgname=ecolitk
_pkgver=1.66.0 _pkgver=1.68.0
pkgname=r-${_pkgname,,} pkgname=r-${_pkgname,,}
pkgver=1.66.0 pkgver=1.68.0
pkgrel=2 pkgrel=1
pkgdesc='Meta-data and tools for E. coli' pkgdesc='Meta-data and tools for E. coli'
arch=('any') arch=('any')
url="https://bioconductor.org/packages/${_pkgname}" url="https://bioconductor.org/packages/${_pkgname}"
@ -21,7 +21,7 @@ optdepends=(
r-multtest r-multtest
) )
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=('c1b68e1a39de3bacc3540d513588b4cf77317ae0bdeaadc14a7b52d34ceb010d') sha256sums=('3f364484e73d72b923b49ed0feb916c75f363fb590083e796fe5a28ed0e9aa1d')
build() { build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"