summaryrefslogtreecommitdiff
path: root/community/python2-netifaces/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-02-03 01:12:14 -0800
committerroot <root@rshg054.dnsready.net>2013-02-03 01:12:14 -0800
commite363875b14479aa4c6ff12f3e4e7ed920df4e45f (patch)
treeee217a27b050e82f4fa885a9671f09861fcf97d9 /community/python2-netifaces/PKGBUILD
parent2f5224819ae83de6e9d8de008d5f2dc24769cb0d (diff)
Sun Feb 3 01:12:00 PST 2013
Diffstat (limited to 'community/python2-netifaces/PKGBUILD')
-rw-r--r--community/python2-netifaces/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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 <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=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}"