Date: Monday, December 9, 2019 @ 11:18:03
  Author: jelle
Revision: 536388

upgpkg: dee 1.2.7-7

Switch to Python3

Modified:
  dee/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2019-12-09 10:55:52 UTC (rev 536387)
+++ PKGBUILD    2019-12-09 11:18:03 UTC (rev 536388)
@@ -5,13 +5,13 @@
 
 pkgname=dee
 pkgver=1.2.7
-pkgrel=6
+pkgrel=7
 pkgdesc="Model to synchronize multiple instances over DBus"
 arch=("x86_64")
 url="https://launchpad.net/dee";
 license=("LGPL")
 depends=("glib2" "icu")
-makedepends=("gobject-introspection" "python2" "vala")
+makedepends=("gobject-introspection" "python" "vala")
 
source=("https://launchpad.net/${pkgname}/1.0/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz";
         
"https://launchpadlibrarian.net/258481465/fix-misleading-indentation.patch";)
 sha256sums=('1bf0336ce684aa0f48d6eae2469628c1a9b43695a77443bc31a5790aa673bf8a'
@@ -27,7 +27,7 @@
 
 build() {
        cd ${pkgname}-${pkgver}
-       export PYTHON="/usr/bin/python2"
+       export PYTHON="/usr/bin/python"
        ./configure --prefix="/usr" --sysconfdir="/etc" --localstatedir="/var" 
--disable-{static,tests}
        make
 }

Reply via email to