summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLev Lybin2015-12-08 12:21:08 +0700
committerLev Lybin2015-12-08 12:21:08 +0700
commitc576ad04664c1094ce27cee63f3d7dfc63ed66a6 (patch)
tree5393054fa2f05b1ec938e37a4d9b26cc2867e141 /PKGBUILD
parenta972c2472d1510056d091639508711feb3a2503e (diff)
downloadaur-c576ad04664c1094ce27cee63f3d7dfc63ed66a6.tar.gz
update version 0.6.1-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
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