summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f38a4e2c9638..dc3698404b9a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=python-wifi
pkgname=python-wifi
pkgver=0.6.0
-pkgrel=1
+pkgrel=3
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"
@@ -17,7 +17,5 @@ md5sums=('f9d520a8c17b0dfffce95a8a7efba7dd')
package() {
cd "${srcdir}/${_pkgname}-${pkgver}"
- # fix unicode error
- sed -i '/author = \"R/c\ author = \"Roman Joost\",' "${srcdir}/${_pkgname}-${pkgver}/setup.py"
python setup.py install --root="${pkgdir}/" --optimize=1
} \ No newline at end of file