diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2017-12-01 18:26:10 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-12-02 06:30:47 +0700 |
commit | 6427c75dbd4a9c5a44da80922838e43b0d66e0c2 (patch) | |
tree | a72c242142a38d3bb2472f8733c2154c1dbc4c3e /network/flexget/flexget.SlackBuild | |
parent | 7dad370760c594d51eb2bbdcf037654174d6d8ac (diff) |
network/flexget: Updated for version 2.11.6.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'network/flexget/flexget.SlackBuild')
-rw-r--r-- | network/flexget/flexget.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/network/flexget/flexget.SlackBuild b/network/flexget/flexget.SlackBuild index 28ec3a350abe5..1eb0c2e957a94 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 |