summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoberto Hueso Gomez2020-09-06 14:07:15 +0200
committerRoberto Hueso Gomez2020-09-06 14:07:15 +0200
commit1fba8fa4298d3f80c5320d6d593486fd0bd6aa4b (patch)
tree69a2bc96bce2ced81ee9a11cb9238f29580168cc
parent405a1570565e3669952dfb2f33ff38dec0b6d13b (diff)
downloadaur-1fba8fa4298d3f80c5320d6d593486fd0bd6aa4b.tar.gz
Update to 3.4.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 73f18577896f..4ffd4c017ac7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mlpack
pkgdesc = A fast, flexible, scalable C++ machine learning library
- pkgver = 3.3.2
+ pkgver = 3.4.0
pkgrel = 1
url = https://mlpack.org/
arch = x86_64
@@ -18,8 +18,8 @@ pkgbase = mlpack
optdepends = openmp: parallel computation support
optdepends = julia>=2:1.3.0: julia bindings support
optdepends = go>=2:1.12.9-1: go bindings support
- source = https://www.mlpack.org/files/mlpack-3.3.2.tar.gz
- sha256sums = 11904a39a7e34ee66028292fd054afb460eacd07ec5e6c63789aba117e4d854c
+ source = https://www.mlpack.org/files/mlpack-3.4.0.tar.gz
+ sha256sums = c92fa1c986683dac2f51064abc54ecc0be0e7ee645d490106bebcc368b3446cf
pkgname = mlpack
diff --git a/PKGBUILD b/PKGBUILD
index 14ad58edf13c..0e07c167b47d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Former Maintainer: Govind Gopakumar < govind.93 at gmail dot com>
# Former Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
pkgname=mlpack
-pkgver=3.3.2
+pkgver=3.4.0
pkgrel=1
pkgdesc='A fast, flexible, scalable C++ machine learning library'
arch=('x86_64')
@@ -31,7 +31,7 @@ makedepends=(
'python-setuptools'
)
source=("https://www.mlpack.org/files/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('11904a39a7e34ee66028292fd054afb460eacd07ec5e6c63789aba117e4d854c')
+sha256sums=('c92fa1c986683dac2f51064abc54ecc0be0e7ee645d490106bebcc368b3446cf')
options=(!emptydirs)
prepare() {