[arch-commits] Commit in python-tensorflow-serving-api/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at archlinux.org
Mon Jun 17 22:50:53 UTC 2019


    Date: Monday, June 17, 2019 @ 22:50:52
  Author: svenstaro
Revision: 482043

upgpkg: python-tensorflow-serving-api 1.14.0rc0-1

Modified:
  python-tensorflow-serving-api/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-17 22:42:27 UTC (rev 482042)
+++ PKGBUILD	2019-06-17 22:50:52 UTC (rev 482043)
@@ -2,7 +2,8 @@
 # Contributor: getzze <getzze at gmail dot com>
 pkgname=python-tensorflow-serving-api
 _name=tensorflow_serving_api
-pkgver=1.13.0
+pkgver=1.14.0rc0
+_pkgver=1.14.0-rc0
 pkgrel=1
 pkgdesc="Flexible, high-performance serving system for machine learning models, designed for production environments"
 arch=(any)
@@ -10,8 +11,8 @@
 license=('Apache')
 depends=('python' 'python-grpcio' 'python-tensorflow' 'python-protobuf')
 makedepends=('bazel' 'python-wheel' 'python-pip')
-source=("https://github.com/tensorflow/serving/archive/${pkgver}.tar.gz")
-sha256sums=('203da51d5de211d4fb2106c89dd4f52e119fd9ca7945b9c57675b1299bbbd381')
+source=("https://github.com/tensorflow/serving/archive/${_pkgver}.tar.gz")
+sha256sums=('af50117af512e4b9866f29741894f221fa18349bb156dbf26ac6549b75b6ad26')
 
 build() {
   cd serving-*



More information about the arch-commits mailing list