Date: Monday, October 30, 2017 @ 15:08:27 Author: svenstaro Revision: 264799
upgpkg: tensorboard 0.4.0rc1-3 Modified: tensorboard/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-10-30 15:08:21 UTC (rev 264798) +++ PKGBUILD 2017-10-30 15:08:27 UTC (rev 264799) @@ -4,13 +4,13 @@ pkgname=tensorboard pkgver=0.4.0rc1 _pkgver=0.4.0-rc1 -pkgrel=2 +pkgrel=3 pkgdesc="TensorFlow's Visualization Toolkit" url='https://github.com/tensorflow/tensorboard' arch=('x86_64') license=('APACHE') depends=('python' 'python-werkzeug' 'python-numpy' 'python-bleach' 'python-wheel' 'python-markdown' - 'python-html5lib' 'python-protobuf' 'python-tensorflow' 'python-setuptools') + 'python-html5lib' 'python-protobuf' 'python-setuptools') makedepends=('bazel') source=("https://github.com/tensorflow/tensorboard/archive/${_pkgver}.tar.gz") sha512sums=('fd7867355aa578ce9dbdd0351d035fe26cff093f35b3e437df525a59d6c57bf42ce623bfe589d1a1f4d8c130f983d1047d214ff64974af6707529a3e6b5366c7')
