Date: Friday, July 17, 2020 @ 09:30:01 Author: svenstaro Revision: 664255
upgpkg: python-tensorflow-serving-api 2.2.0-1 Modified: python-tensorflow-serving-api/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-07-17 09:04:55 UTC (rev 664254) +++ PKGBUILD 2020-07-17 09:30:01 UTC (rev 664255) @@ -2,17 +2,16 @@ # Contributor: getzze <getzze at gmail dot com> pkgname=python-tensorflow-serving-api _name=tensorflow_serving_api -pkgver=2.1.0 -_pkgver=2.1.0 +pkgver=2.2.0 pkgrel=1 -pkgdesc="Flexible, high-performance serving system for machine learning models, designed for production environments" +pkgdesc="Serving system for machine learning models, designed for production environments" arch=(any) url="https://www.tensorflow.org/serving/" license=('Apache') depends=('python' 'python-grpcio' 'python-tensorflow' 'python-protobuf') makedepends=('bazel' 'git' 'python-wheel' 'python-pip') -source=("https://github.com/tensorflow/serving/archive/${_pkgver}.tar.gz") -sha256sums=('19338a59af96f0056088010fe04416ca09b0e8a9424ef742c392aa93c3b6b4de') +source=("$pkgname-$pkgver.tar.gz::https://github.com/tensorflow/serving/archive/${pkgver}.tar.gz") +sha256sums=('4fa83c35db16bc6d4932d0dcafb71ba695b582c5a20d2ac522b26000276edbc5') build() { cd serving-*
