r-universalmotif: auto updated to 1.14.1-1

This commit is contained in:
BioArchLinuxBot 2022-06-02 00:03:21 +00:00
parent 214c94ebd4
commit 95cb2f40a7

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=universalmotif _pkgname=universalmotif
_pkgver=1.14.0 _pkgver=1.14.1
pkgname=r-${_pkgname,,} pkgname=r-${_pkgname,,}
pkgver=1.14.0 pkgver=1.14.1
pkgrel=1 pkgrel=1
pkgdesc='Import, Modify, and Export Motifs with R' pkgdesc='Import, Modify, and Export Motifs with R'
arch=('x86_64') arch=('x86_64')
@ -44,7 +44,7 @@ optdepends=(
r-tfbstools r-tfbstools
) )
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=('77f742ba96d6452e9daa36dc00a830cd61f296e29d4863dabc0af6e0bdd75558') sha256sums=('59cb8b79673cc61637c6b1363fa9b47c330e21f33c05a52526a30cacd027a5ea')
build() { build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"