r-traviz: auto updated to 1.4.0-1

This commit is contained in:
BioArchLinuxBot 2022-11-03 07:35:48 +00:00
parent 1c5922c9fc
commit 1ab20e744c

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=traviz
_pkgver=1.2.0
_pkgver=1.4.0
pkgname=r-${_pkgname,,}
pkgver=1.2.0
pkgrel=2
pkgver=1.4.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=('5ebdf644b74451583d754fb5fa6608b3d55f075593d2b0315a3e547be6644ff8')
sha256sums=('7e2ef39d79abec13b33a580c3b23060c7a229d5dbebb6656ae151678ecffca9e')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"