summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJerry Lin2018-10-01 15:53:48 +0800
committerJerry Lin2018-10-01 15:53:48 +0800
commitc8106801a3f6660e02790b753382edc89af14657 (patch)
tree23b45d99e0734caffa35f4c591524df7217818b1
parent969ffe4d6a077201a2fc3d99976e262b23b5615d (diff)
downloadaur-c8106801a3f6660e02790b753382edc89af14657.tar.gz
Updated to 3.0.3-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc18bb7bfe7e..e555df97be1b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Fri Jun 15 14:24:58 UTC 2018
pkgbase = mlpack
pkgdesc = a scalable c++ machine learning library
- pkgver = 3.0.2
+ pkgver = 3.0.3
pkgrel = 1
url = http://www.mlpack.org
arch = i686
@@ -19,8 +17,8 @@ pkgbase = mlpack
depends = cython>=0.24
depends = python-numpy
depends = python-pandas>=0.15.0
- source = http://www.mlpack.org/files/mlpack-3.0.2.tar.gz
- sha256sums = 69e81178839594049d84526b8f9612825f238f7cfe1f6d579bd6461ed48e5aa0
+ source = http://www.mlpack.org/files/mlpack-3.0.3.tar.gz
+ sha256sums = b6128e7eb700c69873c3cd5c3a78c79e9f5b7d92bc8d962670733c677d905d90
pkgname = mlpack
diff --git a/PKGBUILD b/PKGBUILD
index 7512fcf34f41..486b0259ec5b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Former Maintainer: Govind Gopakumar < govind.93 at gmail dot com>
# Former Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
pkgname=mlpack
-pkgver=3.0.2
+pkgver=3.0.3
pkgrel=1
pkgdesc='a scalable c++ machine learning library'
arch=('i686' 'x86_64')
@@ -24,7 +24,7 @@ makedepends=(
'python-pytest-runner'
)
source=("http://www.mlpack.org/files/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('69e81178839594049d84526b8f9612825f238f7cfe1f6d579bd6461ed48e5aa0')
+sha256sums=('b6128e7eb700c69873c3cd5c3a78c79e9f5b7d92bc8d962670733c677d905d90')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"