summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2019-12-17 11:00:30 +0800
committerlilac2019-12-17 11:00:30 +0800
commitb628fc716d23ae88373c6bd1089409297ccb2a38 (patch)
treef7e3f015752e0a64c778efd748e3279a35244b4d
parente9e77aacf966a2f0e7a5383ed6aea70df9584c4a (diff)
downloadaur-b628fc716d23ae88373c6bd1089409297ccb2a38.tar.gz
update by lilac
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD4
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 626ab6478e26..ec431aa684f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mxnet-git
pkgdesc = A flexible and efficient library for deep learning
- pkgver = 1.5.1.r10454.3d38dbde74
- pkgrel = 2
+ pkgver = 1.5.1.r10461.18c9a69e2f
+ pkgrel = 1
url = http://mxnet.io/
arch = x86_64
license = Apache
@@ -25,7 +25,7 @@ pkgbase = mxnet-git
depends = python-numpy
depends = python-requests
depends = zeromq
- provides = mxnet=1.5.1.r10454.3d38dbde74
+ provides = mxnet=1.5.1.r10461.18c9a69e2f
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.r10454.3d38dbde74
- provides = mxnet-cuda=1.5.1.r10454.3d38dbde74
- provides = mxnet-mkl=1.5.1.r10454.3d38dbde74
+ provides = mxnet=1.5.1.r10461.18c9a69e2f
+ provides = mxnet-cuda=1.5.1.r10461.18c9a69e2f
+ provides = mxnet-mkl=1.5.1.r10461.18c9a69e2f
conflicts = mxnet
- conflicts = mxnet-cuda=1.5.1.r10454.3d38dbde74
- conflicts = mxnet-mkl=1.5.1.r10454.3d38dbde74
+ conflicts = mxnet-cuda=1.5.1.r10461.18c9a69e2f
+ conflicts = mxnet-mkl=1.5.1.r10461.18c9a69e2f
diff --git a/PKGBUILD b/PKGBUILD
index 56d108da2270..d566882129b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@ _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.r10454.3d38dbde74
-pkgrel=2
+pkgver=1.5.1.r10461.18c9a69e2f
+pkgrel=1
pkgdesc="A flexible and efficient library for deep learning"
arch=('x86_64')
url="http://mxnet.io/"