summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLev Lybin2015-10-02 20:18:43 +0700
committerLev Lybin2015-10-02 20:18:43 +0700
commit17dd044c884cde7e17064409854009f055950567 (patch)
treec116d2391adb3cce48deece47410780331def958 /PKGBUILD
parent5d1d315765cbf819d31f79fb311af12c81a7b698 (diff)
downloadaur-17dd044c884cde7e17064409854009f055950567.tar.gz
upd release python 3.5
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