diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-04-27 10:01:41 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-04-27 10:01:41 +0200 |
commit | 05a30322235744d8826965c277e9addef8bd7650 (patch) | |
tree | 3dc2d021e9e085ba34e12c8778fe7ca35e9ee612 /extra/python-lxml | |
parent | 8f88428db7509e434696538e7c757392400d178b (diff) | |
parent | a27a6af53095da314eca1d33911f72775dfc2bce (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/libparserutils/PKGBUILD
extra/kdevplatform/PKGBUILD
extra/libfontenc/PKGBUILD
Diffstat (limited to 'extra/python-lxml')
-rw-r--r-- | extra/python-lxml/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/python-lxml/PKGBUILD b/extra/python-lxml/PKGBUILD index 0696da080..3985812b8 100644 --- a/extra/python-lxml/PKGBUILD +++ b/extra/python-lxml/PKGBUILD @@ -1,17 +1,17 @@ -# $Id: PKGBUILD 182348 2013-04-08 19:02:16Z angvp $ +# $Id: PKGBUILD 183648 2013-04-26 02:48:29Z angvp $ # Maintainer: Angel Velasquez <angvp@archlinux.org> pkgbase=python-lxml pkgname=('python-lxml' 'python2-lxml' 'python-lxml-docs') -pkgver=3.1.1 +pkgver=3.1.2 pkgrel=1 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=('3f185d8cdcd6b8934c67f9b0356aab33' - 'b90760fa4bf235a1f0e1a8252e1c8545') +md5sums=('6f2173f4fd5b13fbc9f8a5096d23d524' + 'SKIP') check() { cd lxml-$pkgver |