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:
parent
ac5214e1a2
commit
9ab121206c
|
@ -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.
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue