r-supersigs: auto updated to 1.4.0-1

This commit is contained in:
BioArchLinuxBot 2022-04-28 07:13:40 +00:00
parent f27fe0e989
commit b9775ef925

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=supersigs _pkgname=supersigs
_pkgver=1.2.0 _pkgver=1.4.0
pkgname=r-${_pkgname,,} pkgname=r-${_pkgname,,}
pkgver=1.2.0 pkgver=1.4.0
pkgrel=2 pkgrel=1
pkgdesc='Supervised mutational signatures' pkgdesc='Supervised mutational signatures'
arch=('any') arch=('any')
url="https://bioconductor.org/packages/${_pkgname}" url="https://bioconductor.org/packages/${_pkgname}"
@ -30,7 +30,7 @@ optdepends=(
r-variantannotation r-variantannotation
) )
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=('87c0c06c1e0e57fab4bc79e67812159b2a8753257cc4ae169a3698732213c23c') sha256sums=('3526acadb479bcfd37e772a557988a92966cfebb209cc578d9fd509c12989052')
build() { build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"