summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjerry732042017-01-01 01:44:25 +0800
committerjerry732042017-01-01 01:44:25 +0800
commitf5a51e7d013d03a05549bd76c5394d8003f4018a (patch)
tree8e4e1a15eeaa076f6b0c2260315c42fd74f953a5
parente1f280bcb0539d40f8c0ddf4417edd29f28cc7f9 (diff)
downloadaur-f5a51e7d013d03a05549bd76c5394d8003f4018a.tar.gz
Updated to 2.1.1-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 54f7a8515e44..64ef08ce5b93 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Nov 27 11:20:57 UTC 2016
+# Sat Dec 31 17:43:57 UTC 2016
pkgbase = mlpack
pkgdesc = a scalable c++ machine learning library
- pkgver = 2.1.0
+ pkgver = 2.1.1
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.1.0.tar.gz
- sha256sums = 2ebe79990b6a5ec5e6e0d2de6e13ae11c8e33af16f6eeb0f9f7e1ee650c72499
+ source = http://www.mlpack.org/files/mlpack-2.1.1.tar.gz
+ sha256sums = c2249bbab5686bb8658300ebcf814b81ac7b8050a10f1a517ba5530c58dbac31
pkgname = mlpack
diff --git a/PKGBUILD b/PKGBUILD
index cd682c70c33f..879dff2b74da 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.1.0
+pkgver=2.1.1
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=('2ebe79990b6a5ec5e6e0d2de6e13ae11c8e33af16f6eeb0f9f7e1ee650c72499')
+sha256sums=('c2249bbab5686bb8658300ebcf814b81ac7b8050a10f1a517ba5530c58dbac31')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"