r-maftools: auto updated to 2.20.0-1

This commit is contained in:
BioArchLinuxBot 2024-05-01 18:10:39 +00:00
parent 18ef6ffac9
commit e448feb976

View file

@ -2,10 +2,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=maftools
_pkgver=2.18.0
_pkgver=2.20.0
pkgname=r-${_pkgname,,}
pkgver=2.18.0
pkgrel=2
pkgver=2.20.0
pkgrel=1
pkgdesc='Summarize, Analyze and Visualize MAF Files'
arch=('x86_64')
url="https://bioconductor.org/packages/${_pkgname}"
@ -38,7 +38,7 @@ optdepends=(
r-s4vectors
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('ea8d5c1d97a0d1b7d5ab172ee93b89c234918874b98ae3b2ff8d8ed02da6bc08')
sha256sums=('625cba16a32fe54cf1565c25904bd9f940ce9307a13296a01dff391e28725a30')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"