summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJingbei Li2018-11-09 14:32:27 +0800
committerJingbei Li2018-11-09 14:32:27 +0800
commitabbe68d77c8d3b00cc54f963b6131f356d2bd7fb (patch)
treef0e2839ef74e5a2e49c4989e0a2ab1dbe432b3f9 /PKGBUILD
parent7503ef8127178f88307859640ee2050b26988db0 (diff)
downloadaur-abbe68d77c8d3b00cc54f963b6131f356d2bd7fb.tar.gz
added tag when cloning the repo
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f658fa524289..8619fcfd3adc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=mxnet
_gitname=incubator-mxnet
pkgver=1.3.0
-pkgrel=1
+pkgrel=2
pkgdesc="Flexible and Efficient Library for Deep Learning"
arch=('x86_64')
url="http://mxnet.io/"
@@ -11,7 +11,7 @@ license=('Apache')
depends=('hdf5' 'cblas' 'lapack' 'python-numpy' 'python-requests' 'intel-tbb')
optdepends=('cairo' 'cuda' 'cudnn' 'gtk3' 'gtkglext' 'python-graphviz' 'opencv' 'vtk' 'glew')
makedepends=(${optdepends[@]} 'git' 'cython')
-source=("git+https://github.com/apache/$_gitname")
+source=("git+https://github.com/apache/$_gitname#tag=$pkgver")
md5sums=('SKIP')
prepare() {