[arch-commits] Commit in python2-netifaces/trunk (PKGBUILD)
Giovanni Scafora
giovanni at nymeria.archlinux.org
Sat Feb 2 14:18:58 UTC 2013
Date: Saturday, February 2, 2013 @ 15:18:58
Author: giovanni
Revision: 83532
upgpkg: python2-netifaces 0.8-2
cleanup
Modified:
python2-netifaces/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-02-02 13:49:43 UTC (rev 83531)
+++ PKGBUILD 2013-02-02 14:18:58 UTC (rev 83532)
@@ -5,7 +5,7 @@
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 @@
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}"
More information about the arch-commits
mailing list