summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLev Lybin2015-10-02 20:18:43 +0700
committerLev Lybin2015-10-02 20:18:43 +0700
commit17dd044c884cde7e17064409854009f055950567 (patch)
treec116d2391adb3cce48deece47410780331def958
parent5d1d315765cbf819d31f79fb311af12c81a7b698 (diff)
downloadaur-17dd044c884cde7e17064409854009f055950567.tar.gz
upd release python 3.5
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f972c56fecb..5742528224f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-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
- pkgrel = 1
+ pkgrel = 3
url = https://pypi.python.org/pypi/python-wifi
arch = any
license = LGPL
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