summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2019-12-20 14:28:45 +0800
committerlilac2019-12-20 14:28:45 +0800
commita2ac774cab54db11001b12a4312c7ddc35b7127d (patch)
treec905b524061cc28ef8bb06da68cd0a7a2cb2922b
parentb628fc716d23ae88373c6bd1089409297ccb2a38 (diff)
downloadaur-a2ac774cab54db11001b12a4312c7ddc35b7127d.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 ec431aa684f1..9584e5814aa2 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.r10461.18c9a69e2f
+ pkgver = 1.5.1.r10469.521c477ad3
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.r10461.18c9a69e2f
+ provides = mxnet=1.5.1.r10469.521c477ad3
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.r10461.18c9a69e2f
- provides = mxnet-cuda=1.5.1.r10461.18c9a69e2f
- provides = mxnet-mkl=1.5.1.r10461.18c9a69e2f
+ provides = mxnet=1.5.1.r10469.521c477ad3
+ provides = mxnet-cuda=1.5.1.r10469.521c477ad3
+ provides = mxnet-mkl=1.5.1.r10469.521c477ad3
conflicts = mxnet
- conflicts = mxnet-cuda=1.5.1.r10461.18c9a69e2f
- conflicts = mxnet-mkl=1.5.1.r10461.18c9a69e2f
+ conflicts = mxnet-cuda=1.5.1.r10469.521c477ad3
+ conflicts = mxnet-mkl=1.5.1.r10469.521c477ad3
diff --git a/PKGBUILD b/PKGBUILD
index d566882129b8..7ed9223f13ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _cudaarch=Common
_pkgname=mxnet
pkgname=('mxnet-git' 'mxnet-mkl-git' 'mxnet-cuda-git' 'mxnet-cuda-mkl-git')
_pkgver=1.5.1
-pkgver=1.5.1.r10461.18c9a69e2f
+pkgver=1.5.1.r10469.521c477ad3
pkgrel=1
pkgdesc="A flexible and efficient library for deep learning"
arch=('x86_64')