[arch-commits] Commit in tensorboard/trunk (PKGBUILD)
Konstantin Gizdov
kgizdov at archlinux.org
Fri Apr 10 15:33:10 UTC 2020
Date: Friday, April 10, 2020 @ 15:33:09
Author: kgizdov
Revision: 613119
add as dep tensorboard_plugin_wit
Modified:
tensorboard/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-10 15:33:06 UTC (rev 613118)
+++ PKGBUILD 2020-04-10 15:33:09 UTC (rev 613119)
@@ -2,13 +2,14 @@
pkgname=tensorboard
pkgver=2.2.0
-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-tensorflow-serving-api'
- 'python-html5lib' 'python-protobuf' 'python-setuptools' 'python-tensorflow' 'python-grpcio' 'python-google-auth-oauthlib')
+ 'python-html5lib' 'python-protobuf' 'python-setuptools' 'python-tensorflow' 'python-grpcio' 'python-google-auth-oauthlib'
+ 'python-tensorboard_plugin_wit')
makedepends=('bazel' 'tree')
source=("${pkgname}-${pkgver}::https://github.com/tensorflow/tensorboard/archive/${pkgver}.tar.gz"
'bump-tensorflow.patch'
More information about the arch-commits
mailing list