summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPieter Goetschalckx2018-06-13 13:54:44 +0200
committerPieter Goetschalckx2018-06-13 13:54:44 +0200
commit7f4d528a82d8c997f4364ecbf01c07f08993810b (patch)
tree18960bbb80c8dd8b500266eb0bd8cd318271c811
parentfb7dbfc36f72cb89739e05381b47b3f620c2f405 (diff)
downloadaur-7f4d528a82d8c997f4364ecbf01c07f08993810b.tar.gz
Remove reload
-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
}