r-brgenomics: auto updated to 1.8.0-1

This commit is contained in:
BioArchLinuxBot 2022-05-03 01:15:15 +00:00
parent 53698671b6
commit 2ed8969bf3

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=BRGenomics
_pkgver=1.6.0
_pkgver=1.8.0
pkgname=r-${_pkgname,,}
pkgver=1.6.0
pkgrel=2
pkgver=1.8.0
pkgrel=1
pkgdesc='Tools for the Efficient Analysis of High-Resolution Genomics Data'
arch=('any')
url="https://bioconductor.org/packages/${_pkgname}"
@ -33,7 +33,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('dc78ebeadad13a61a08612d0493acd48470a555a15edcef94efb4b2da6eeb816')
sha256sums=('a8e1c4aafc91ed90b76ad1e954da2d8abfa7a61e24f2b502d262abe2342ecedb')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"