diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-03-30 10:35:40 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-03-30 10:35:40 +0200 |
commit | 1addb62992395c33a9762e6b68259c59fa0c96f4 (patch) | |
tree | 00d001e3a93cfb3a3b1f27f9cd52fcb58bb70999 /extra/python-lxml/PKGBUILD | |
parent | 2d0e587bd1c7ac060a95a0e20cfe00ab19db7e14 (diff) | |
parent | 263884f95012e159a0be10444ef96bbf56e70545 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/sword/PKGBUILD
extra/imagemagick/PKGBUILD
gnome-unstable/empathy/PKGBUILD
gnome-unstable/gcr/PKGBUILD
gnome-unstable/gnome-dictionary/PKGBUILD
gnome-unstable/gnome-keyring/PKGBUILD
gnome-unstable/gnome-screenshot/PKGBUILD
gnome-unstable/gnome-terminal/PKGBUILD
gnome-unstable/gucharmap/PKGBUILD
gnome-unstable/gucharmap/gucharmap.install
gnome-unstable/libgnome-keyring/PKGBUILD
gnome-unstable/librsvg/PKGBUILD
gnome-unstable/mousetweaks/PKGBUILD
gnome-unstable/pygobject/PKGBUILD
gnome-unstable/seahorse/PKGBUILD
testing/gcc/PKGBUILD
Diffstat (limited to 'extra/python-lxml/PKGBUILD')
-rw-r--r-- | extra/python-lxml/PKGBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/extra/python-lxml/PKGBUILD b/extra/python-lxml/PKGBUILD index ec44b2d94..05a86ef31 100644 --- a/extra/python-lxml/PKGBUILD +++ b/extra/python-lxml/PKGBUILD @@ -1,17 +1,17 @@ -# $Id: PKGBUILD 153553 2012-03-15 23:11:41Z eric $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> +# $Id: PKGBUILD 154469 2012-03-28 22:33:23Z eric $ +# Maintainer: pkgname=('python-lxml' 'python2-lxml') -pkgver=2.3.3 -pkgrel=2 +pkgver=2.3.4 +pkgrel=1 pkgdesc="Python binding for the libxml2 and libxslt libraries" arch=('i686' 'x86_64' 'mips64el') license=('BSD' 'custom') url="http://lxml.de/" makedepends=('python2' 'python' 'libxslt') source=(http://pypi.python.org/packages/source/l/lxml/lxml-${pkgver}.tar.gz{,.asc}) -md5sums=('a7825793c69d004f388ec6600bad7a6f' - '5c4b1a05f6e46a4dd7ebed8b5ad9e32e') +sha1sums=('90a226d8a2ee38de47fc3351445dab6df0e33a20' + '7962be7794d7f4c87d2fce0104c27990f48f1ce1') check() { cd "${srcdir}"/lxml-$pkgver |