summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJingbei Li2019-11-01 14:58:15 +0800
committerJingbei Li2019-11-01 14:58:15 +0800
commit78fe1edfb10d325670f374fa56b5da0b1e5dffee (patch)
treea8193489e180450e9cb96d7fb391cb8c78f8fbb7
parenta6cc224026283e23e7aeb3bac3c8ce2cfc20ab73 (diff)
downloadaur-78fe1edfb10d325670f374fa56b5da0b1e5dffee.tar.gz
upgraded to 1.5.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b924016065ef..a316cda3fdf8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mxnet
pkgdesc = Flexible and Efficient Library for Deep Learning
- pkgver = 1.5.0
+ pkgver = 1.5.1
pkgrel = 1
url = http://mxnet.io/
arch = x86_64
@@ -27,7 +27,7 @@ pkgbase = mxnet
depends = intel-tbb
depends = python-numpy
depends = python-requests
- source = mxnet::git+https://github.com/apache/incubator-mxnet#tag=1.5.0
+ source = mxnet::git+https://github.com/apache/incubator-mxnet#tag=1.5.1
source = git+https://github.com/dmlc/cub
source = git+https://github.com/dmlc/dlpack
source = git+https://github.com/dmlc/dmlc-core
diff --git a/PKGBUILD b/PKGBUILD
index e27c9c042cfa..c41a7c9def1e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Carl Ã…kerlindh <carl.akerlindh at gmail dot com>
pkgbase=mxnet
pkgname=('mxnet' 'mxnet-cuda' 'mxnet-mkl')
-pkgver=1.5.0
+pkgver=1.5.1
pkgrel=1
pkgdesc="Flexible and Efficient Library for Deep Learning"
arch=('x86_64')