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

Giovanni Scafora giovanni at archlinux.org
Mon Jul 2 13:05:53 UTC 2012


    Date: Monday, July 2, 2012 @ 09:05:52
  Author: giovanni
Revision: 162857

upgpkg: python-lxml 2.3.4-2

Rebuild against python2-beautifulsoup3

Modified:
  python-lxml/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-07-02 09:36:22 UTC (rev 162856)
+++ PKGBUILD	2012-07-02 13:05:52 UTC (rev 162857)
@@ -3,7 +3,7 @@
 
 pkgname=('python-lxml' 'python2-lxml')
 pkgver=2.3.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Python binding for the libxml2 and libxslt libraries"
 arch=('i686' 'x86_64')
 license=('BSD' 'custom')
@@ -21,7 +21,7 @@
 
 package_python2-lxml() {
   depends=('python2' 'libxslt')
-  optdepends=('python-beautifulsoup: support for parsing not well formed HTML')
+  optdepends=('python2-beautifulsoup3: support for parsing not well formed HTML')
 
   cd "${srcdir}"/lxml-$pkgver
   python2 setup.py install --root="${pkgdir}" --optimize=1




More information about the arch-commits mailing list