r-traviz: auto updated to 1.2.0-1

This commit is contained in:
BioArchLinuxBot 2022-04-28 09:51:46 +00:00
parent fc9b538cee
commit 7b0ab252b0

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=traviz
_pkgver=1.0.0
_pkgver=1.2.0
pkgname=r-${_pkgname,,}
pkgver=1.0.0
pkgrel=2
pkgver=1.2.0
pkgrel=1
pkgdesc='Trajectory functions for visualization and interpretation.'
arch=('any')
url="https://bioconductor.org/packages/${_pkgname}"
@ -31,7 +31,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('804ff38cc87db05e8424b9472dd73286ce866e337ab273de708cdc5dfa95840f')
sha256sums=('5ebdf644b74451583d754fb5fa6608b3d55f075593d2b0315a3e547be6644ff8')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"