summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ac9fde53081a..913923c9281c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -46,7 +46,7 @@ pkgver() {
prepare() {
cd "$_pkgname"
- sed -i -e "/update_modules/d" -e "s/unicode/str/g" bazarr.py
+ sed -i -e "/update_modules/d" -e "s/unicode/str/g" -e "/reload/d" bazarr.py
sed -i "s/unicode/str/g" get_series.py
}