From fca6341efb75890fb86fdc9a48526dfdd63661de Mon Sep 17 00:00:00 2001 From: Michael Hanson Date: Thu, 18 Nov 2010 01:55:42 +0000 Subject: python-iplib: update/bump --- abs/core/python-iplib/PKGBUILD | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/abs/core/python-iplib/PKGBUILD b/abs/core/python-iplib/PKGBUILD index 9909832..5dea0ec 100755 --- a/abs/core/python-iplib/PKGBUILD +++ b/abs/core/python-iplib/PKGBUILD @@ -3,14 +3,14 @@ pkgver=1.1 pkgrel=1 pkgdesc="IPlib is a Python module useful to convert amongst many different notations and to manage couples of address/netmask in the CIDR notation." url="http://www.pymedia.org" -license="" -depends=('python') -makedepends=('python>=2.3') +arch=('i686') +license=('GPL') +depends=('python2') +makedepends=('python2>=2.3') source=(http://erlug.linux.it/~da/soft/iplib/iplib-1.1.tar.gz) +md5sums=('3437ddbfc1986b2d06e7f4a0724ac5a0') - arch=('i686') build() { cd $startdir/src/iplib* - yes "" | python setup.py install --root=$startdir/pkg --prefix=/usr - } -md5sums=('3437ddbfc1986b2d06e7f4a0724ac5a0') + yes "" | python2 setup.py install --root=$startdir/pkg --prefix=/usr +} -- cgit v0.12