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

Fabio Castelli muflone at archlinux.org
Sat Oct 12 18:29:29 UTC 2019


    Date: Saturday, October 12, 2019 @ 18:29:29
  Author: muflone
Revision: 515265

replaced python3 with python

Modified:
  python-cloudpickle/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-12 18:29:24 UTC (rev 515264)
+++ PKGBUILD	2019-10-12 18:29:29 UTC (rev 515265)
@@ -17,7 +17,7 @@
 
 build() {
   cd "${_pkgname}-${pkgver}"
-  python3 setup.py build
+  python setup.py build
 }
 
 package() {



More information about the arch-commits mailing list