summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 01523b8245c8..19f31e80e900 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=transport
-_pkgver=0.14-1
+_pkgver=0.14-4
pkgname=r-${_pkgname,,}
-pkgver=0.14.1
+pkgver=0.14.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=('59f24499b9acc3680824edf6f7eba65c6c4c08198cb0236a2af9daf288a4a890')
+sha256sums=('3f1c388317c75423abd040efc0e307ab608b74ab5f80c635db9c7d23662ac849')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"