summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-10 06:01:50 +0000
committerBioArchLinuxBot2024-05-10 06:01:50 +0000
commit179dee1613e9da56ece930359b73f83020abfaf1 (patch)
treef69db9497881f61f99a9032a1f79fa93780697c3 /PKGBUILD
parent977f80b6c706fe3ce3a6da797385d1700fa93d6b (diff)
downloadaur-r-transport.tar.gz
[lilac] updated to 0.15.2-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7fbf8c1771e5..d2f2718c90b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=transport
-_pkgver=0.15-0
+_pkgver=0.15-2
pkgname=r-${_pkgname,,}
-pkgver=0.15.0
+pkgver=0.15.2
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=('8aa9d5daec455586fe6fab3db5b1bfa85d1157ff55af98d936bc654c20f33829')
+sha256sums=('8a67e22e3b2ee7a10ce26c1212cba763a272bd4327f9082fa70a382cd4a7c05d')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"