summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2020-02-08 13:00:48 +0800
committerlilac2020-02-08 13:00:48 +0800
commita256dba75f435c0770ef0bfded15cf857da6b44a (patch)
tree09b962c9a8e9d9cc625e7567930116e3b444bfc2
parent04dae22f051279467a893df6b116ee4206178af1 (diff)
downloadaur-a256dba75f435c0770ef0bfded15cf857da6b44a.tar.gz
update by lilac
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD2
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a994c8ae527..e513d40b9c61 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mxnet-git
pkgdesc = A flexible and efficient library for deep learning
- pkgver = 1.5.1.r10607.910c608f68
+ pkgver = 1.5.1.r10650.65332583a6
pkgrel = 1
url = http://mxnet.io/
arch = x86_64
@@ -25,7 +25,7 @@ pkgbase = mxnet-git
depends = python-numpy
depends = python-requests
depends = zeromq
- provides = mxnet=1.5.1.r10607.910c608f68
+ provides = mxnet=1.5.1.r10650.65332583a6
conflicts = mxnet
source = mxnet::git+https://github.com/apache/incubator-mxnet.git
sha512sums = SKIP
@@ -92,10 +92,10 @@ pkgname = mxnet-cuda-mkl-git
depends = cuda
depends = cudnn
depends = nccl
- provides = mxnet=1.5.1.r10607.910c608f68
- provides = mxnet-cuda=1.5.1.r10607.910c608f68
- provides = mxnet-mkl=1.5.1.r10607.910c608f68
+ provides = mxnet=1.5.1.r10650.65332583a6
+ provides = mxnet-cuda=1.5.1.r10650.65332583a6
+ provides = mxnet-mkl=1.5.1.r10650.65332583a6
conflicts = mxnet
- conflicts = mxnet-cuda=1.5.1.r10607.910c608f68
- conflicts = mxnet-mkl=1.5.1.r10607.910c608f68
+ conflicts = mxnet-cuda=1.5.1.r10650.65332583a6
+ conflicts = mxnet-mkl=1.5.1.r10650.65332583a6
diff --git a/PKGBUILD b/PKGBUILD
index 73ee32dddfe5..2cb904842986 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _cudaarch="6.0;6.1;6.2;7.0;7.2;7.5"
_pkgname=mxnet
pkgname=('mxnet-git' 'mxnet-mkl-git' 'mxnet-cuda-git' 'mxnet-cuda-mkl-git')
_pkgver=1.5.1
-pkgver=1.5.1.r10607.910c608f68
+pkgver=1.5.1.r10650.65332583a6
pkgrel=1
pkgdesc="A flexible and efficient library for deep learning"
arch=('x86_64')