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

Jan Steffens heftig at archlinux.org
Thu Sep 1 14:20:10 UTC 2011


    Date: Thursday, September 1, 2011 @ 10:20:10
  Author: heftig
Revision: 136783

fix depends

Modified:
  itstool/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-09-01 14:17:00 UTC (rev 136782)
+++ PKGBUILD	2011-09-01 14:20:10 UTC (rev 136783)
@@ -8,9 +8,9 @@
 pkgdesc="XML to PO and back again"
 arch=(any)
 url="http://itstool.org/"
-license=('GPL3')
+license=(GPL3)
 source=(http://files.itstool.org/itstool/$pkgname-$pkgver.tar.bz2)
-depends=(python2)
+depends=(python2 libxml2)
 md5sums=('088290c44c222abe656ae9366bbfa496')
 
 build() {




More information about the arch-commits mailing list