r-bcseq: auto updated to 1.18.0-1

This commit is contained in:
BioArchLinuxBot 2022-04-28 06:20:48 +00:00
parent c2ea02198c
commit f03e565b4f

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=bcSeq _pkgname=bcSeq
_pkgver=1.16.0 _pkgver=1.18.0
pkgname=r-${_pkgname,,} pkgname=r-${_pkgname,,}
pkgver=1.16.0 pkgver=1.18.0
pkgrel=2 pkgrel=1
pkgdesc='Fast Sequence Mapping in High-Throughput shRNA and CRISPR Screens' pkgdesc='Fast Sequence Mapping in High-Throughput shRNA and CRISPR Screens'
arch=('x86_64') arch=('x86_64')
url="https://bioconductor.org/packages/${_pkgname}" url="https://bioconductor.org/packages/${_pkgname}"
@ -18,7 +18,7 @@ optdepends=(
r-knitr r-knitr
) )
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=('e183f70d37f7de78efa6a0ef6e80fc96dca8bc5e43df465524a9d3811eb5f50f') sha256sums=('c0e35f425be11fbeabd53c096e95050c7f30277e7df3374ecbf97ad5b1aac32e')
build() { build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"