[arch-commits] Commit in python2-netifaces/trunk (PKGBUILD)

Giovanni Scafora giovanni at nymeria.archlinux.org
Sun May 25 08:23:13 UTC 2014


    Date: Sunday, May 25, 2014 @ 10:23:12
  Author: giovanni
Revision: 111808

upgpkg: python2-netifaces 0.10.4-1

upstream release

Modified:
  python2-netifaces/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-05-25 02:36:27 UTC (rev 111807)
+++ PKGBUILD	2014-05-25 08:23:12 UTC (rev 111808)
@@ -4,8 +4,8 @@
 # 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/"
@@ -12,8 +12,8 @@
 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}"
@@ -20,5 +20,5 @@
   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"
 }




More information about the arch-commits mailing list