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

Sven-Hendrik Haase svenstaro at archlinux.org
Thu Mar 29 12:38:46 UTC 2018


    Date: Thursday, March 29, 2018 @ 12:38:45
  Author: svenstaro
Revision: 313379

upgpkg: tensorboard 1.7.0-1

Modified:
  tensorboard/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-29 12:17:00 UTC (rev 313378)
+++ PKGBUILD	2018-03-29 12:38:45 UTC (rev 313379)
@@ -2,7 +2,7 @@
 # Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
 
 pkgname=tensorboard
-pkgver=1.6.0
+pkgver=1.7.0
 pkgrel=1
 pkgdesc="TensorFlow's Visualization Toolkit"
 url='https://github.com/tensorflow/tensorboard'
@@ -12,7 +12,7 @@
          'python-html5lib' 'python-protobuf' 'python-setuptools' 'python-tensorflow')
 makedepends=('bazel' 'tree')
 source=("https://github.com/tensorflow/tensorboard/archive/${pkgver}.tar.gz")
-sha512sums=('aa15a287a4fc8fa391a0da49eea43741a73953671d1b646f9193b5527f5ab04c99dc95ffa7d443536ae50638acac6c372d0faf7ba8714f40727ef7cc26975e43')
+sha512sums=('1a57745675f404f2c566c2e356329c9e2b98899e9b350fe77f7018dae9d2c34d52dfdea8de5e02cc699d1c0819a9ec1d78df51e88f97c09ef2f72f808ab7a800')
 
 build() {
   cd "$pkgname-$pkgver"
@@ -40,7 +40,7 @@
 
   rm -rf "$pkgdir"/usr/lib/python3.6/site-packages/external/
 
-  _requires="$pkgdir"/usr/lib/python3.6/site-packages/tensorboard-1.6.0-py3.6.egg-info/requires.txt
+  _requires="$pkgdir"/usr/lib/python3.6/site-packages/tensorboard-${pkgver}-py3.6.egg-info/requires.txt
   # This is ugly: We need to patch it to use current bleach and html5lib
   # because old ones are not even compatible with Python 3.6 and we don't have
   # those in Arch of course.



More information about the arch-commits mailing list