summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPieter Goetschalckx2018-02-05 14:58:05 +0100
committerPieter Goetschalckx2018-02-05 14:58:05 +0100
commit9cdb59c1e88b0c00be0df29ecbff240c49ef056b (patch)
treea55428cdd90eddb5923a969ca332baa1f56115de
parent1257d764d87dad81b35ad612ae06e6b38d298e4f (diff)
downloadaur-9cdb59c1e88b0c00be0df29ecbff240c49ef056b.tar.gz
Python3 compatibility
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e6a5f2b393f7..3795bbb755fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -45,7 +45,8 @@ pkgver() {
prepare() {
cd "$_pkgname"
- sed -i "/update_modules/d" bazarr.py
+ sed -i -e "/update_modules/d" -e "s/unicode//g" bazarr.py
+ sed -i "s/unicode//g" get_series.py
}
package() {