mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
aur/python2-ipaddr to 2.1.10-1
This commit is contained in:
parent
62777399be
commit
99e29a8ca5
1 changed files with 3 additions and 3 deletions
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue