summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-09-16 18:17:47 +0000
committerBioArchLinuxBot2024-09-16 18:17:47 +0000
commit41c2e9e9046f5fb9bd00c9ed7a6005f36b4728c0 (patch)
tree038020d6f1cbe482e453eb5057ad1dfa0bf6f584 /PKGBUILD
parent179dee1613e9da56ece930359b73f83020abfaf1 (diff)
downloadaur-41c2e9e9046f5fb9bd00c9ed7a6005f36b4728c0.tar.gz
[lilac] updated to 0.15.4-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d2f2718c90b1..49d2abe8d701 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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}"