summaryrefslogtreecommitdiff
path: root/community/python2-netifaces/PKGBUILD
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-02-03 19:01:45 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2013-02-03 19:01:45 +0100
commit0d39ef7beb328ed4956d782e184cef3b8a30517e (patch)
tree3fafb1d13f5780a139108168571cd8489a4f7fc1 /community/python2-netifaces/PKGBUILD
parentc30d005256fc3ab9f8b83e4fded88289025ab4bf (diff)
parente363875b14479aa4c6ff12f3e4e7ed920df4e45f (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: extra/celt/PKGBUILD extra/llvm/PKGBUILD extra/rasqal/PKGBUILD extra/rdesktop/PKGBUILD extra/speex/PKGBUILD extra/wireshark/PKGBUILD extra/xorg-sessreg/PKGBUILD extra/xorg-xdpyinfo/PKGBUILD extra/xorg-xset/PKGBUILD
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}"