From e363875b14479aa4c6ff12f3e4e7ed920df4e45f Mon Sep 17 00:00:00 2001 From: root Date: Sun, 3 Feb 2013 01:12:14 -0800 Subject: Sun Feb 3 01:12:00 PST 2013 --- community/python2-netifaces/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'community/python2-netifaces/PKGBUILD') diff --git a/community/python2-netifaces/PKGBUILD b/community/python2-netifaces/PKGBUILD index 1260a873c..daad6408f 100644 --- a/community/python2-netifaces/PKGBUILD +++ b/community/python2-netifaces/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 75808 2012-08-31 20:40:47Z giovanni $ +# $Id: PKGBUILD 83533 2013-02-02 14:19:06Z giovanni $ # Maintainer: Giovanni Scafora # Contributor: Gergely Imreh # Contributor: Ghost of Kendo pkgname=python2-netifaces pkgver=0.8 -pkgrel=1 +pkgrel=2 pkgdesc="Portable module to access network interface information in Python" arch=('i686' 'x86_64') url="http://alastairs-place.net/netifaces/" @@ -15,7 +15,7 @@ makedepends=('python2-distribute') source=("http://alastairs-place.net/projects/netifaces/netifaces-${pkgver}.tar.gz") md5sums=('e57e5983f4c286fac5f8068fbfc5c873') -build() { +package() { cd "${srcdir}/netifaces-${pkgver}" python2 setup.py install --root "${pkgdir}" -- cgit v1.2.3-54-g00ecf