summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLev Lybin2015-12-08 12:19:43 +0700
committerLev Lybin2015-12-08 12:19:43 +0700
commita59f768d07147d21ad0f756bd26bcf33bca14945 (patch)
tree50cb03805b3f0c4aa861b7fbb32bd5613fc723be /PKGBUILD
parent17dd044c884cde7e17064409854009f055950567 (diff)
downloadaur-python-wifi.tar.gz
update version 0.6.1-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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}"