diff options
-rw-r--r-- | network/persepolis/README | 2 | ||||
-rw-r--r-- | network/persepolis/persepolis.SlackBuild | 2 | ||||
-rw-r--r-- | network/persepolis/persepolis.info | 8 |
3 files changed, 5 insertions, 7 deletions
diff --git a/network/persepolis/README b/network/persepolis/README index c4e5d5c42fbaa..c58911f78a138 100644 --- a/network/persepolis/README +++ b/network/persepolis/README @@ -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. diff --git a/network/persepolis/persepolis.SlackBuild b/network/persepolis/persepolis.SlackBuild index 815f7e217c508..8d6e7fc440f71 100644 --- a/network/persepolis/persepolis.SlackBuild +++ b/network/persepolis/persepolis.SlackBuild @@ -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} diff --git a/network/persepolis/persepolis.info b/network/persepolis/persepolis.info index c5252f34dd3c3..705b79f6ecc64 100644 --- a/network/persepolis/persepolis.info +++ b/network/persepolis/persepolis.info @@ -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" |