Browse Source

python/subliminal: Version bump to 2.4.0

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/334/head
Jeremy Hansen 2 weeks ago
committed by Willy Sudiarto Raharjo
parent
commit
2fa18c234e
No known key found for this signature in database GPG Key ID: 3F617144D7238786
  1. 6
      python/subliminal/README
  2. 6
      python/subliminal/slack-desc
  3. 2
      python/subliminal/subliminal.SlackBuild
  4. 6
      python/subliminal/subliminal.info

6
python/subliminal/README

@ -1,5 +1,5 @@
subliminal (Subtitles, faster than your thoughts) subliminal (Subtitles, faster than your thoughts)
Subliminal is a python 2.7+ library to search and download
subtitles. It comes with an easy to use yet powerful CLI suitable
for direct use or cron jobs.
Subliminal is a python library to search and download subtitles. It
comes with an easy to use yet powerful CLI suitable for direct use or
cron jobs.

6
python/subliminal/slack-desc

@ -8,9 +8,9 @@
|-----handy-ruler------------------------------------------------------| |-----handy-ruler------------------------------------------------------|
subliminal: subliminal (Subtitles, faster than your thoughts) subliminal: subliminal (Subtitles, faster than your thoughts)
subliminal: subliminal:
subliminal: Subliminal is a python 2.7+ library to search and download
subliminal: subtitles. It comes with an easy to use yet powerful CLI suitable
subliminal: for direct use or cron jobs.
subliminal: Subliminal is a python library to search and download subtitles. It
subliminal: comes with an easy to use yet powerful CLI suitable for direct use or
subliminal: cron jobs.
subliminal: subliminal:
subliminal: HOMEPAGE: http://subliminal.readthedocs.org/ subliminal: HOMEPAGE: http://subliminal.readthedocs.org/
subliminal: subliminal:

2
python/subliminal/subliminal.SlackBuild

@ -24,7 +24,7 @@
cd $(dirname $0) ; CWD=$(pwd) cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=subliminal PRGNAM=subliminal
VERSION=${VERSION:-2.3.2}
VERSION=${VERSION:-2.4.0}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz} PKGTYPE=${PKGTYPE:-tgz}

6
python/subliminal/subliminal.info

@ -1,8 +1,8 @@
PRGNAM="subliminal" PRGNAM="subliminal"
VERSION="2.3.2"
VERSION="2.4.0"
HOMEPAGE="http://subliminal.readthedocs.org/" HOMEPAGE="http://subliminal.readthedocs.org/"
DOWNLOAD="https://github.com/Diaoul/subliminal/archive/refs/tags/2.3.2/subliminal-2.3.2.tar.gz"
MD5SUM="1fd3c720b6cd0a06861b2abfecc18495"
DOWNLOAD="https://github.com/Diaoul/subliminal/archive/refs/tags/2.4.0/subliminal-2.4.0.tar.gz"
MD5SUM="a1109de0540734fbad97bcf9fbf7065f"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="python3-guessit python3-knowit BeautifulSoup4 python3-dogpile.cache python3-srt rarfile python3-setuptools-opt python3-platformdirs python3-click-option-group python3-pysubs2" REQUIRES="python3-guessit python3-knowit BeautifulSoup4 python3-dogpile.cache python3-srt rarfile python3-setuptools-opt python3-platformdirs python3-click-option-group python3-pysubs2"

Loading…
Cancel
Save