summaryrefslogtreecommitdiffstats
path: root/network/flexget/flexget.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'network/flexget/flexget.SlackBuild')
-rw-r--r--network/flexget/flexget.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/network/flexget/flexget.SlackBuild b/network/flexget/flexget.SlackBuild
index 28ec3a350a..1eb0c2e957 100644
--- a/network/flexget/flexget.SlackBuild
+++ b/network/flexget/flexget.SlackBuild
@@ -28,7 +28,7 @@
SRCNAM=FlexGet
PRGNAM=${SRCNAM,,}
-VERSION=${VERSION:-2.10.43}
+VERSION=${VERSION:-2.11.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -60,8 +60,8 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-# Fix requirement 'flask-restplus' working with newer version
-sed -i "s/restplus=/restplus>/" requirements.txt
+# Remove versions from requirements
+sed -i "s/==.*//" requirements.txt
python setup.py install --root=$PKG