Date: Thursday, October 19, 2017 @ 07:17:32 Author: heftig Revision: 308242
2.0.4-3 Modified: itstool/trunk/PKGBUILD ----------+ PKGBUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-10-19 06:47:49 UTC (rev 308241) +++ PKGBUILD 2017-10-19 07:17:32 UTC (rev 308242) @@ -4,7 +4,7 @@ pkgname=itstool pkgver=2.0.4 -pkgrel=2 +pkgrel=3 pkgdesc="XML to PO and back again" arch=(any) url="http://itstool.org/" @@ -22,6 +22,8 @@ prepare() { cd $pkgname + # https://github.com/itstool/itstool/issues/15#issuecomment-337820553 + git revert -n d3adf0264ee2b6fd28b7eff7dec33501d6e75a7c autoreconf -fvi }
