r-biomartr: auto updated to 1.0.6-1

This commit is contained in:
BioArchLinuxBot 2023-10-25 00:02:16 +00:00
parent e6d7ebd6cf
commit 98f5619abb

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=biomartr _pkgname=biomartr
_pkgver=1.0.5 _pkgver=1.0.6
pkgname=r-${_pkgname,,} pkgname=r-${_pkgname,,}
pkgver=1.0.5 pkgver=1.0.6
pkgrel=1 pkgrel=1
pkgdesc='Genomic Data Retrieval' pkgdesc='Genomic Data Retrieval'
arch=('x86_64') arch=('x86_64')
@ -39,7 +39,7 @@ optdepends=(
r-testthat r-testthat
) )
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz") source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('d45daf3c5c130f0990e281a71a46a01ab69ae7b69a7fc2da20dc653f1b21dc92') sha256sums=('35fe0d6090a71c68df989932cb98cffd321f0f73e880966e47856bcd84468d1b')
build() { build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"