aur/python2-ipaddr to 2.1.10-1

This commit is contained in:
Kevin Mihelich 2012-04-15 13:06:46 -04:00
parent 62777399be
commit 99e29a8ca5

View file

@ -4,8 +4,8 @@ plugrel=1
pkgname=python2-ipaddr
_realpkgname=ipaddr
pkgver=2.1.9
pkgrel=2
pkgver=2.1.10
pkgrel=1
pkgdesc="An IPv4/IPv6 manipulation library in Python"
arch=('any')
url="http://code.google.com/p/ipaddr-py/"
@ -13,7 +13,7 @@ license=('APACHE')
depends=('python2')
makedepends=('python2-distribute')
source=("http://ipaddr-py.googlecode.com/files/${_realpkgname}-${pkgver}.tar.gz")
md5sums=('c8943c95fdf0d7d99bc26b484e1bbd99')
md5sums=('f315ac829218e9735c5d772d59a3e0e7')
build() {
cd "${srcdir}/${_realpkgname}-${pkgver}"