r-biomartr: auto updated to 0.9.2-1

This commit is contained in:
BioArchLinuxBot 2022-01-14 07:36:20 +08:00
parent 8faa7fd675
commit de84c7a34b

View file

@ -3,7 +3,7 @@
_pkgname=biomartr
_pkgver=0.9.2
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//[:-]/.}
pkgver=0.9.2
pkgrel=1
pkgdesc='Genomic Data Retrieval'
arch=('x86_64')
@ -38,7 +38,7 @@ optdepends=(
r-testthat
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('a')
sha256sums=('d88085696e9c5614828602254c33f2cdd3bbfeebc2f21a705eee3cb961097c89')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"