Date: Monday, August 19, 2013 @ 12:09:38 Author: angvp Revision: 96008
upgpkg: python-ipaddr 2.1.10-2 Rebuild against setuptools Modified: python-ipaddr/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-08-19 10:08:31 UTC (rev 96007) +++ PKGBUILD 2013-08-19 10:09:38 UTC (rev 96008) @@ -5,12 +5,12 @@ pkgbase=python-ipaddr pkgname=('python-ipaddr' 'python2-ipaddr') pkgver=2.1.10 -pkgrel=1 +pkgrel=2 pkgdesc="An IPv4/IPv6 manipulation library in Python" arch=('any') url="http://code.google.com/p/ipaddr-py/" license=('APACHE') -makedepends=('python' 'python2' 'python-distribute' 'python2-distribute') +makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools') source=("http://ipaddr-py.googlecode.com/files/ipaddr-${pkgver}.tar.gz" "python3.patch") md5sums=('f315ac829218e9735c5d772d59a3e0e7'