[arch-commits] Commit in apitrace/trunk (PKGBUILD)
    Laurent Carlier 
    lcarlier at archlinux.org
       
    Mon Feb 10 07:03:53 UTC 2020
    
    
  
    Date: Monday, February 10, 2020 @ 07:03:53
  Author: lcarlier
Revision: 565680
upgpkg: apitrace 9.0-3: properly use python3 instead of python2
Modified:
  apitrace/trunk/PKGBUILD
----------+
 PKGBUILD |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-10 07:02:11 UTC (rev 565679)
+++ PKGBUILD	2020-02-10 07:03:53 UTC (rev 565680)
@@ -4,7 +4,7 @@
 
 pkgname=apitrace
 pkgver=9.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Graphics API Tracing"
 arch=('x86_64')
 url="https://github.com/apitrace/apitrace"
@@ -19,7 +19,6 @@
   cd apitrace-${pkgver}
 
   cmake . -Bbuild -DCMAKE_INSTALL_PREFIX=/usr \
-    -DPYTHON_EXECUTABLE=/usr/bin/python2 \
     -DENABLE_GUI=TRUE
   make -C build
 }
    
    
More information about the arch-commits
mailing list