network/persepolis: Updated for version 3.2.0.

Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
David Woodfall 2020-08-15 14:04:16 +01:00 committed by Willy Sudiarto Raharjo
parent ac5214e1a2
commit 9ab121206c
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
3 changed files with 5 additions and 7 deletions

View File

@ -11,5 +11,3 @@ Features:
* Scheduling downloads
* Download queuing
* Finding and downloading video from Youtube, Vimeo, DailyMotion, etc.
Important: you will need to build all the dependencies with python3 support.

View File

@ -22,7 +22,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=persepolis
VERSION=${VERSION:-3.1.0}
VERSION=${VERSION:-3.2.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,10 +1,10 @@
PRGNAM="persepolis"
VERSION="3.1.0"
VERSION="3.2.0"
HOMEPAGE="https://persepolisdm.github.io"
DOWNLOAD="https://github.com/persepolisdm/persepolis/archive/3.1.0/persepolis-3.1.0.tar.gz"
MD5SUM="ade1aca47186df8a3521ac3d356c328d"
DOWNLOAD="https://github.com/persepolisdm/persepolis/archive/3.2.0/persepolis-3.2.0.tar.gz"
MD5SUM=""
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-PyQt5 python-requests setproctitle psutil aria2 python-notify2 youtube-dl"
REQUIRES="python3-PyQt5 python-requests setproctitle psutil aria2 python-notify2 ffmpeg youtube-dl"
MAINTAINER="David Woodfall"
EMAIL="dave@slackbuilds.org"