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

Sven-Hendrik Haase svenstaro at archlinux.org
Tue Jul 28 02:11:53 UTC 2020


    Date: Tuesday, July 28, 2020 @ 02:11:53
  Author: svenstaro
Revision: 665603

Quote srcdir

Modified:
  python-tensorflow-estimator/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-28 02:11:39 UTC (rev 665602)
+++ PKGBUILD	2020-07-28 02:11:53 UTC (rev 665603)
@@ -3,7 +3,7 @@
 
 pkgname=python-tensorflow-estimator
 pkgver=2.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A high-level TensorFlow API that greatly simplifies machine learning programming"
 url="https://github.com/tensorflow/estimator"
 license=('APACHE')
@@ -31,6 +31,6 @@
 package() {
   cd estimator-${pkgver}
 
-  WHEEL_PACKAGE=$(find ${srcdir}/estimator_pip -name "tensor*.whl")
+  WHEEL_PACKAGE=$(find "$srcdir"/estimator_pip -name "tensor*.whl")
   pip install --ignore-installed --upgrade --root "$pkgdir"/ $WHEEL_PACKAGE --no-dependencies
 }



More information about the arch-commits mailing list