[arch-commits] Commit in tensorboard/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at archlinux.org
Fri Oct 12 16:26:02 UTC 2018


    Date: Friday, October 12, 2018 @ 16:26:01
  Author: svenstaro
Revision: 393246

upgpkg: tensorboard 1.11.0-2

Add deps to  python-grpcio and python-tensorflow-serving-api

Modified:
  tensorboard/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-12 16:24:41 UTC (rev 393245)
+++ PKGBUILD	2018-10-12 16:26:01 UTC (rev 393246)
@@ -2,13 +2,13 @@
 
 pkgname=tensorboard
 pkgver=1.11.0
-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-setuptools' 'python-tensorflow')
+depends=('python' 'python-werkzeug' 'python-numpy' 'python-bleach' 'python-wheel' 'python-markdown' 'python-tensorflow-serving-api'
+         'python-html5lib' 'python-protobuf' 'python-setuptools' 'python-tensorflow' 'python-grpcio')
 makedepends=('bazel' 'tree')
 source=("https://github.com/tensorflow/tensorboard/archive/${pkgver}.tar.gz")
 sha512sums=('e149e3e223e64068f59eb454925c503f055c47742b06a59a97e07714bb0b3c16142e23cfcc6bf1444f1a4e21cae393a39bb13305c1238c0cfad9d4371c4a702a')



More information about the arch-commits mailing list