diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-05-26 04:08:50 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-05-26 04:08:50 +0000 |
commit | cda3f380f74d60573c1202f7f34a79c8182e341a (patch) | |
tree | 267f0bea80b969004688d5352a9472b4816a8742 /community/python2-netifaces | |
parent | 5f3874cb8718456941af21c866515ddddd82edbc (diff) |
Mon May 26 04:03:20 UTC 2014
Diffstat (limited to 'community/python2-netifaces')
-rw-r--r-- | community/python2-netifaces/PKGBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/community/python2-netifaces/PKGBUILD b/community/python2-netifaces/PKGBUILD index daad6408f..19f795d5f 100644 --- a/community/python2-netifaces/PKGBUILD +++ b/community/python2-netifaces/PKGBUILD @@ -1,24 +1,24 @@ -# $Id: PKGBUILD 83533 2013-02-02 14:19:06Z giovanni $ +# $Id: PKGBUILD 111809 2014-05-25 08:23:20Z giovanni $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: Gergely Imreh <imrehg(at)gmail(dot)com> # Contributor: Ghost of Kendo <ghostofkendo at gmail dot com> pkgname=python2-netifaces -pkgver=0.8 -pkgrel=2 +pkgver=0.10.4 +pkgrel=1 pkgdesc="Portable module to access network interface information in Python" arch=('i686' 'x86_64') url="http://alastairs-place.net/netifaces/" license=('MIT') depends=('python2') makedepends=('python2-distribute') -source=("http://alastairs-place.net/projects/netifaces/netifaces-${pkgver}.tar.gz") -md5sums=('e57e5983f4c286fac5f8068fbfc5c873') +source=("https://pypi.python.org/packages/source/n/netifaces/netifaces-${pkgver}.tar.gz") +md5sums=('36da76e2cfadd24cc7510c2c0012eb1e') package() { cd "${srcdir}/netifaces-${pkgver}" python2 setup.py install --root "${pkgdir}" # Install license, that is inside the readme file - install -Dm644 README "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" + install -Dm644 README.rst "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" } |