summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5742528224f3..a71f8016b812 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Tue Dec 8 05:19:23 UTC 2015
pkgbase = python-wifi
pkgdesc = A Python module that provides read and write access to a wireless network card's capabilities using the Linux Wireless Extensions.
- pkgver = 0.6.0
- pkgrel = 3
+ pkgver = 0.6.1
+ pkgrel = 1
url = https://pypi.python.org/pypi/python-wifi
arch = any
license = LGPL
@@ -9,8 +11,8 @@ pkgbase = python-wifi
makedepends = python-distribute
depends = python
options = !emptydirs
- source = https://pypi.python.org/packages/source/p/python-wifi/python-wifi-0.6.0.tar.bz2
- md5sums = f9d520a8c17b0dfffce95a8a7efba7dd
+ source = https://pypi.python.org/packages/source/p/python-wifi/python-wifi-0.6.1.tar.bz2
+ md5sums = 033227169230286a63b9c059e7465c77
pkgname = python-wifi
diff --git a/PKGBUILD b/PKGBUILD
index dc3698404b9a..9e62f203d947 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
_pkgname=python-wifi
pkgname=python-wifi
-pkgver=0.6.0
-pkgrel=3
+pkgver=0.6.1
+pkgrel=1
pkgdesc="A Python module that provides read and write access to a wireless network card's capabilities using the Linux Wireless Extensions."
arch=('any')
url="https://pypi.python.org/pypi/python-wifi"
@@ -13,7 +13,7 @@ depends=('python')
makedepends=('python-distribute')
options=(!emptydirs)
source=("https://pypi.python.org/packages/source/p/${_pkgname}/${_pkgname}-${pkgver}.tar.bz2")
-md5sums=('f9d520a8c17b0dfffce95a8a7efba7dd')
+md5sums=('033227169230286a63b9c059e7465c77')
package() {
cd "${srcdir}/${_pkgname}-${pkgver}"