Date: Tuesday, September 5, 2017 @ 18:40:04 Author: svenstaro Revision: 255887
upgpkg: tensorboard 0.1.5-2 Modified: tensorboard/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-09-05 18:39:52 UTC (rev 255886) +++ PKGBUILD 2017-09-05 18:40:04 UTC (rev 255887) @@ -3,12 +3,13 @@ pkgname=tensorboard pkgver=0.1.5 -pkgrel=1 +pkgrel=2 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') +depends=('python' 'python-werkzeug' 'python-numpy' 'python-bleach' 'python-wheel' 'python-markdown' + 'python-html5lib' 'python-protobuf' 'python-tensorflow' 'python-setuptools') makedepends=('bazel' 'python-setuptools') source=("https://github.com/tensorflow/tensorboard/archive/${pkgver}.tar.gz") sha512sums=('1d2f0a7f83160fd3ccc5b8ae78caf8f29ca0749a935e261f402f9d71c6e10cab87183a55145d16f10afd0d1ed353d5d1fed13063a92e33605f879344ff6c1706')
