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

Sven-Hendrik Haase svenstaro at archlinux.org
Thu Feb 28 00:16:34 UTC 2019


    Date: Thursday, February 28, 2019 @ 00:16:32
  Author: svenstaro
Revision: 436947

upgpkg: python-tensorflow-serving-api 1.13.0-1

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-28 00:12:35 UTC (rev 436946)
+++ PKGBUILD	2019-02-28 00:16:32 UTC (rev 436947)
@@ -2,8 +2,7 @@
 # Contributor: getzze <getzze at gmail dot com>
 pkgname=python-tensorflow-serving-api
 _name=tensorflow_serving_api
-_commit=7bbcc6d
-pkgver=1.12.0.git1.${_commit}
+pkgver=1.13.0
 pkgrel=1
 pkgdesc="Flexible, high-performance serving system for machine learning models, designed for production environments"
 arch=(any)
@@ -11,8 +10,8 @@
 license=('Apache')
 depends=('python' 'python-grpcio' 'python-tensorflow' 'python-protobuf')
 makedepends=('bazel' 'python-wheel' 'python-pip')
-source=("https://github.com/tensorflow/serving/archive/${_commit}.tar.gz")
-sha256sums=('e64c1367d9d54cc3ff657b0887b09be5c6ba0e28f6ddbaa76ccc5d9934a8a420')
+source=("https://github.com/tensorflow/serving/archive/${pkgver}.tar.gz")
+sha256sums=('203da51d5de211d4fb2106c89dd4f52e119fd9ca7945b9c57675b1299bbbd381')
 
 build() {
   cd serving-*



More information about the arch-commits mailing list