summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjerry732042019-04-30 22:03:57 +0800
committerjerry732042019-04-30 22:03:57 +0800
commit74fdaeca09c2536d0685907831780d49d403bb8d (patch)
treebf7963a63b2d90e8214d72b87c8a39eab21eebfe
parentf25c98fd277544ebbe9a6e63ad1700f6e3cec96e (diff)
downloadaur-74fdaeca09c2536d0685907831780d49d403bb8d.tar.gz
Bump to 3.1.0-1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a57c0b4a2c5..9591dbb9912e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,8 @@
pkgbase = mlpack
pkgdesc = a scalable c++ machine learning library
- pkgver = 3.0.4
+ pkgver = 3.1.0
pkgrel = 1
url = http://www.mlpack.org
- arch = i686
arch = x86_64
license = BSD
makedepends = cmake>=2.8.5
@@ -17,8 +16,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.4.tar.gz
- sha256sums = d02a84fdc7a3b07064f2dcb925b6a1d109f5e99eed990a4552c50ab7a9fd69cc
+ source = http://www.mlpack.org/files/mlpack-3.1.0.tar.gz
+ sha256sums = ace5e6600baea35a9fdbc16d11198da6a3ba5f065a45a06f3f8fd26289608b98
pkgname = mlpack
diff --git a/PKGBUILD b/PKGBUILD
index 4ddc4b89ca0a..d5b1b41c335a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
# Former Maintainer: Govind Gopakumar < govind.93 at gmail dot com>
# Former Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
pkgname=mlpack
-pkgver=3.0.4
+pkgver=3.1.0
pkgrel=1
pkgdesc='a scalable c++ machine learning library'
-arch=('i686' 'x86_64')
+arch=('x86_64')
url="http://www.mlpack.org"
license=('BSD')
depends=(
@@ -24,7 +24,7 @@ makedepends=(
'python-pytest-runner'
)
source=("http://www.mlpack.org/files/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('d02a84fdc7a3b07064f2dcb925b6a1d109f5e99eed990a4552c50ab7a9fd69cc')
+sha256sums=('ace5e6600baea35a9fdbc16d11198da6a3ba5f065a45a06f3f8fd26289608b98')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"