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

Antonio Rojas arojas at archlinux.org
Mon Dec 26 09:52:10 UTC 2016


    Date: Monday, December 26, 2016 @ 09:52:09
  Author: arojas
Revision: 284791

Compile against Python 3.6

Modified:
  kdevelop-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-26 09:44:05 UTC (rev 284790)
+++ PKGBUILD	2016-12-26 09:52:09 UTC (rev 284791)
@@ -18,6 +18,9 @@
 
 prepare() {
   mkdir -p build
+
+# Compile against Python 3.6
+  sed -e 's|GREATER 5|GREATER 6|' -e 's|Python 3.5|Python 3.6|' -i kdev-python-$pkgver/CMakeLists.txt
 }
 
 build() {



More information about the arch-commits mailing list