mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-transport: auto updated to 0.15.4-1
This commit is contained in:
parent
0e32345d13
commit
41c531195d
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=transport
|
||||
_pkgver=0.15-2
|
||||
_pkgver=0.15-4
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=0.15.2
|
||||
pkgver=0.15.4
|
||||
pkgrel=1
|
||||
pkgdesc='Computation of Optimal Transport Plans and Wasserstein Distances'
|
||||
arch=('x86_64')
|
||||
|
@ -22,7 +22,7 @@ optdepends=(
|
|||
r-wsgeometry
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('8a67e22e3b2ee7a10ce26c1212cba763a272bd4327f9082fa70a382cd4a7c05d')
|
||||
sha256sums=('4e9342f6fd65dc39c9dfed20cb0312d34899b9cb0648aa5a67516ce7711c20cf')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue