Date: Tuesday, October 31, 2017 @ 18:53:28 Author: heftig Revision: 308784
2.0.4+1+g9b84c00-2 Modified: itstool/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-10-31 17:59:46 UTC (rev 308783) +++ PKGBUILD 2017-10-31 18:53:28 UTC (rev 308784) @@ -4,17 +4,20 @@ pkgname=itstool pkgver=2.0.4+1+g9b84c00 -pkgrel=1 +pkgrel=2 pkgdesc="XML to PO and back again" arch=(any) url="http://itstool.org/" license=(GPL3) -depends=(python3 libxml2 docbook-xml) +depends=(python2 libxml2 docbook-xml) makedepends=(git) _commit=9b84c007a73e8275ca45762f1bfa3ab7c3a852e2 # master source=("git+https://github.com/itstool/itstool#commit=$_commit") sha256sums=('SKIP') +# itstool on python3 segfaults building gnome-getting-started-docs; +# can probably blame that one on the libxml2 bindings + pkgver() { cd $pkgname git describe --tags | sed 's/-/+/g' @@ -27,7 +30,7 @@ build() { cd $pkgname - ./configure --prefix=/usr + ./configure --prefix=/usr PYTHON=/usr/bin/python2 make }
