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

Eric Bélanger eric at archlinux.org
Fri Oct 7 10:35:05 UTC 2011


    Date: Friday, October 7, 2011 @ 06:35:05
  Author: eric
Revision: 140121

upgpkg: python-lxml 2.3.1-1

Upstream update, Update optdepends

Modified:
  python-lxml/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-10-07 10:30:25 UTC (rev 140120)
+++ PKGBUILD	2011-10-07 10:35:05 UTC (rev 140121)
@@ -6,18 +6,18 @@
 # Contributor: Guillem Rieu <guillemr at gmx.net>
 
 pkgname=python-lxml
-pkgver=2.3
+pkgver=2.3.1
 pkgrel=1
 pkgdesc="Python binding for the libxml2 and libxslt libraries"
 arch=('i686' 'x86_64')
 license=('BSD' 'GPL' 'custom')
 url="http://lxml.de/"
 depends=('python2' 'libxslt')
-optdepends=("beautiful-soup: support for parsing not well formed HTML")
+optdepends=('python-beautifulsoup: support for parsing not well formed HTML')
 conflicts=('lxml')
 replaces=('lxml')
 source=("http://codespeak.net/lxml/lxml-${pkgver}.tgz")
-md5sums=('a245a015fd59b63e220005f263e1682a')
+md5sums=('87931fbf35df60cd71cfe7484b4b36ed')
 
 package() {
   cd "${srcdir}"/lxml-$pkgver




More information about the arch-commits mailing list