summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPieter Goetschalckx2018-06-13 13:59:55 +0200
committerPieter Goetschalckx2018-06-13 14:00:10 +0200
commitb33da957ccb257a159f739e0b50033d983be0317 (patch)
treeca476dc2ad4d46ef0fb373e7f2edffd742226de5
parent7f4d528a82d8c997f4364ecbf01c07f08993810b (diff)
downloadaur-b33da957ccb257a159f739e0b50033d983be0317.tar.gz
Remove setdefaultencoding
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 913923c9281c..ab24e1325e22 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -46,7 +46,7 @@ pkgver() {
prepare() {
cd "$_pkgname"
- sed -i -e "/update_modules/d" -e "s/unicode/str/g" -e "/reload/d" bazarr.py
+ sed -i -e "/update_modules/d" -e "s/unicode/str/g" -e "/reload\|setdefaultencoding/d" bazarr.py
sed -i "s/unicode/str/g" get_series.py
}