Date: Monday, April 22, 2013 @ 12:16:10 Author: spupykin Revision: 88787
upgpkg: python2-ipy 0.81-1 upd Modified: python2-ipy/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-04-22 10:16:04 UTC (rev 88786) +++ PKGBUILD 2013-04-22 10:16:10 UTC (rev 88787) @@ -4,7 +4,7 @@ # Contributor: Celos <celos94(AT)gmail(DOT)com> pkgname=python2-ipy -pkgver=0.75 +pkgver=0.81 pkgrel=1 pkgdesc="Python class and tools for handling of IPv4 and IPv6 addresses and networks." arch=('any') @@ -12,7 +12,7 @@ license=('BSD') depends=('python2') source=(http://cheeseshop.python.org/packages/source/I/IPy/IPy-$pkgver.tar.gz) -md5sums=('d56716a3d8c77fe8539b6e90c88010bd') +md5sums=('7a305c0b60950a9a90c89e9a6f9e06f4') package() { cd "$srcdir/IPy-$pkgver"