summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLev Lybin2015-12-08 12:21:08 +0700
committerLev Lybin2015-12-08 12:21:08 +0700
commitc576ad04664c1094ce27cee63f3d7dfc63ed66a6 (patch)
tree5393054fa2f05b1ec938e37a4d9b26cc2867e141
parenta972c2472d1510056d091639508711feb3a2503e (diff)
downloadaur-c576ad04664c1094ce27cee63f3d7dfc63ed66a6.tar.gz
update version 0.6.1-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6e8dabb58a3e..28384e82b4b8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Tue Dec 8 05:21:03 UTC 2015
pkgbase = python2-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
+ pkgver = 0.6.1
pkgrel = 1
url = https://pypi.python.org/pypi/python-wifi
arch = any
@@ -9,8 +11,8 @@ pkgbase = python2-wifi
makedepends = python2-distribute
depends = python2
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 = python2-wifi
diff --git a/PKGBUILD b/PKGBUILD
index d167d97ea671..8643d28f7b42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=python-wifi
pkgname=python2-wifi
-pkgver=0.6.0
+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')
@@ -13,11 +13,9 @@ depends=('python2')
makedepends=('python2-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}"
- # fix unicode error
- sed -i '/author = \"R/c\ author = \"Roman Joost\",' "${srcdir}/${_pkgname}-${pkgver}/setup.py"
python2 setup.py install --root="${pkgdir}/" --optimize=1
} \ No newline at end of file