r-orthogene: auto updated to 1.2.1-1

This commit is contained in:
BioArchLinuxBot 2022-11-01 09:45:46 +00:00
parent e69298b57b
commit 15eaca1a85

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=orthogene _pkgname=orthogene
_pkgver=1.2.0 _pkgver=1.2.1
pkgname=r-${_pkgname,,} pkgname=r-${_pkgname,,}
pkgver=1.2.0 pkgver=1.2.1
pkgrel=3 pkgrel=1
pkgdesc='Interspecies gene mapping' pkgdesc='Interspecies gene mapping'
arch=('any') arch=('any')
url="https://bioconductor.org/packages/${_pkgname}" url="https://bioconductor.org/packages/${_pkgname}"
@ -41,7 +41,7 @@ optdepends=(
r-testthat r-testthat
) )
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=('631b940fc99c0676dc163977a631e146514574359cd70c871dca7dc9101df8ab') sha256sums=('53d6e985f9621f812772c76538982ae946549dc06aa456eb448bb7481ffe7fb2')
build() { build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"