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

Konstantin Gizdov kgizdov at archlinux.org
Mon Jan 25 10:38:31 UTC 2021


    Date: Monday, January 25, 2021 @ 10:38:31
  Author: kgizdov
Revision: 829437

upgpkg: tensorboard 2.4.1-1

Modified:
  tensorboard/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-25 10:25:17 UTC (rev 829436)
+++ PKGBUILD	2021-01-25 10:38:31 UTC (rev 829437)
@@ -1,7 +1,8 @@
 # Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
+# Contributor: Konstantin Gizdov <arch at kge dot pw>
 
 pkgname=tensorboard
-pkgver=2.4.0
+pkgver=2.4.1
 pkgrel=1
 pkgdesc="TensorFlow's Visualization Toolkit"
 url='https://github.com/tensorflow/tensorboard'
@@ -8,12 +9,12 @@
 arch=('x86_64')
 license=('APACHE')
 depends=('python' 'python-werkzeug' 'python-numpy' 'python-bleach' 'python-wheel' 'python-markdown'
-         'python-html5lib' 'python-protobuf' 'python-setuptools' 'python-grpcio' 'python-google-auth-oauthlib'
+         'python-html5lib' 'python-protobuf' 'python-grpcio' 'python-google-auth-oauthlib'
          'python-tensorboard_plugin_wit' 'absl-py')
 optdepends=('python-tensorflow: advanced features for TensorBoard')
-makedepends=('bazel' 'tree')
+makedepends=('bazel' 'python-setuptools' 'tree')
 source=("${pkgname}-${pkgver}::https://github.com/tensorflow/tensorboard/archive/${pkgver}.tar.gz")
-sha512sums=('f9df59c1b3e200bb64fb49ad8e025aea34a6ac9c97cc29a2f7f28850a2f6853b00e1ac07c66b0d78cc0e14bc60b461fd639c83288c2315fa70811aeaa57a1cde')
+sha512sums=('6a612f573ca45e76e5a2cc478d8be335916a7c692e7d29f469c982b60e2200f1442d69055ad35cf2119318b7e0cbd12a87bde8bd665db772d3c2681891832c86')
 
 build() {
   cd "$pkgname-$pkgver"



More information about the arch-commits mailing list