summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjerry732042016-11-27 19:21:29 +0800
committerjerry732042016-11-27 19:21:29 +0800
commite1f280bcb0539d40f8c0ddf4417edd29f28cc7f9 (patch)
tree947c04754d570871639d54f88784ef85da866c58
parentc7f1539580cb59870ad32fd9718680be4ce582d2 (diff)
downloadaur-e1f280bcb0539d40f8c0ddf4417edd29f28cc7f9.tar.gz
Updated to 2.1.0-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65475b7c19ae..54f7a8515e44 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Aug 5 15:15:24 UTC 2016
+# Sun Nov 27 11:20:57 UTC 2016
pkgbase = mlpack
pkgdesc = a scalable c++ machine learning library
- pkgver = 2.0.3
+ pkgver = 2.1.0
pkgrel = 1
url = http://www.mlpack.org
arch = i686
@@ -14,8 +14,8 @@ pkgbase = mlpack
depends = boost>=1.49
depends = lapack
depends = libxml2>=2.6.0
- source = http://www.mlpack.org/files/mlpack-2.0.3.tar.gz
- sha256sums = 3682c698aac1cd0f2f00d0484fdd033ab33f0ead88666c392312272919e20adb
+ source = http://www.mlpack.org/files/mlpack-2.1.0.tar.gz
+ sha256sums = 2ebe79990b6a5ec5e6e0d2de6e13ae11c8e33af16f6eeb0f9f7e1ee650c72499
pkgname = mlpack
diff --git a/PKGBUILD b/PKGBUILD
index b927e1b684ca..cd682c70c33f 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=2.0.3
+pkgver=2.1.0
pkgrel=1
pkgdesc='a scalable c++ machine learning library'
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ depends=('armadillo>=4.100.0'
'libxml2>=2.6.0')
makedepends=('cmake>=2.8.5' 'txt2man')
source=("http://www.mlpack.org/files/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('3682c698aac1cd0f2f00d0484fdd033ab33f0ead88666c392312272919e20adb')
+sha256sums=('2ebe79990b6a5ec5e6e0d2de6e13ae11c8e33af16f6eeb0f9f7e1ee650c72499')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"