r-biodbuniprot: auto updated to 1.0.0-1

This commit is contained in:
BioArchLinuxBot 2022-01-14 08:20:39 +08:00
parent 4f21df54c6
commit 7c1cd652d0

View file

@ -3,7 +3,7 @@
_pkgname=biodbUniprot
_pkgver=1.0.0
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//[:-]/.}
pkgver=1.0.0
pkgrel=1
pkgdesc='biodbUniprot, a library for connecting to the Uniprot Database'
arch=('any')
@ -25,7 +25,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('a')
sha256sums=('8d6c100a86116a6c1157e26593f17135a3775402323847085a456fb4309ecdab')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"