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

Jan Steffens heftig at archlinux.org
Wed Oct 18 23:51:33 UTC 2017


    Date: Wednesday, October 18, 2017 @ 23:51:33
  Author: heftig
Revision: 308236

2.0.4-2

Modified:
  itstool/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-18 23:41:46 UTC (rev 308235)
+++ PKGBUILD	2017-10-18 23:51:33 UTC (rev 308236)
@@ -4,12 +4,12 @@
 
 pkgname=itstool
 pkgver=2.0.4
-pkgrel=1
+pkgrel=2
 pkgdesc="XML to PO and back again"
 arch=(any)
 url="http://itstool.org/"
 license=(GPL3)
-depends=(python2 libxml2)
+depends=(python3 libxml2)
 makedepends=(git)
 _commit=890f35998ba7f86bdc58227142309b8ecc618c10  # tags/2.0.4^0
 source=("git+https://github.com/itstool/itstool#commit=$_commit")
@@ -27,7 +27,7 @@
 
 build() {
   cd $pkgname
-  ./configure --prefix=/usr PYTHON=/usr/bin/python2
+  ./configure --prefix=/usr
   make
 }
 



More information about the arch-commits mailing list