makedeb


mov-cli 4.4.12-0


Python script for watching movies and TV shows via the terminal.

Click here to go back to the commit logs for mov-cli.

Commit:


Hash: dcf39acc97b721655567de0158690732f37caa9c

Message: 4.4.1

Diff


diff --git a/.SRCINFO b/.SRCINFO
index d0c9a02..2c521b7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ pkgname = mov-cli
 pkgbase = mov-cli
 pkgdesc = Python script for watching movies and TV shows via the terminal.
 pkgrel = 0
-pkgver = 4.3.15
+pkgver = 4.4.1
 url = https://github.com/mov-cli/mov-cli
 arch = all
 depends = python3-httpx
@@ -15,6 +15,7 @@ depends = python3-bs4
 depends = python3-unidecode
 depends = python3-deprecation
 depends = python3-thefuzz
+depends = python3-decouple
 depends = mpv
 license = GPL3
 makedepends = python3-build
@@ -23,19 +24,21 @@ makedepends = python3-wheel
 optdepends = fzf
 optdepends = python3-lxml: faster scraping
 optdepends = python3-cssselect: debian bug, required for python3-lxml
+optdepends = python3-levenshtein: faster SequenceMatcher
 optdepends = vlc: alternate media player
 optdepends = python3-mov-cli-otaku-watcher: mov-cli v4 plugin for anime
 optdepends = python3-mov-cli-film-central: mov-cli v4 plugin for films and shows
 optdepends = python3-mov-cli-youtube: mov-cli v4 plugin for youtube
 optdepends = python3-mov-cli-test: mov-cli v4 plugin for free films and animations in the CC
-source = mov-cli-4.3.15.tar.gz::https://github.com/mov-cli/mov-cli/archive/refs/tags/4.3.15.tar.gz
-b2sums = 17c05b9d8b09a7ad7165fee2bfc1970bdf9ab64ce3351e93e2d48f81cdde4cba96a28515f5b05dfed9a736b173879bcc69280e8092e51ef029ee01850cdcd4ad
+source = mov-cli-4.4.1.tar.gz::https://github.com/mov-cli/mov-cli/archive/refs/tags/4.4.1.tar.gz
+b2sums = 1da252317d0a0a78fe4f720d00a73698c0b569124ffe67fa854373128f2f9dde1b4a069e4ca62572e11693fe888547b493814cbfe6a60b8f7e0af2519d0ae5ac
 makedepends = python3-build
 makedepends = python3-installer
 makedepends = python3-wheel
 optdepends = fzf
 optdepends = python3-lxml: faster scraping
 optdepends = python3-cssselect: debian bug, required for python3-lxml
+optdepends = python3-levenshtein: faster SequenceMatcher
 optdepends = vlc: alternate media player
 optdepends = python3-mov-cli-otaku-watcher: mov-cli v4 plugin for anime
 optdepends = python3-mov-cli-film-central: mov-cli v4 plugin for films and shows
diff --git a/PKGBUILD b/PKGBUILD
index 04ccd46..ef6514b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,23 +1,24 @@
 # Maintainer: exponential <echo ZXhwb25lbnRpYWxtYXRyaXhAcHJvdG9ubWFpbC5jb20K | base64 -d>
 pkgname='mov-cli'
-pkgver=4.3.15
+pkgver=4.4.1
 pkgrel=0
 pkgdesc="Python script for watching movies and TV shows via the terminal."
 arch=('all')
 url="https://github.com/mov-cli/mov-cli"
 license=('GPL3')
 makedepends=('python3-build' 'python3-installer' 'python3-wheel') 
-depends=('python3-httpx' 'python3-toml' 'python3-devgoldyutils' 'python3-typer' 'python3-inquirer' 'python3-bs4' 'python3-unidecode' 'python3-deprecation' 'python3-thefuzz' 'mpv')
+depends=('python3-httpx' 'python3-toml' 'python3-devgoldyutils' 'python3-typer' 'python3-inquirer' 'python3-bs4' 'python3-unidecode' 'python3-deprecation' 'python3-thefuzz' 'python3-decouple' 'mpv')
 optdepends=("fzf"
             "python3-lxml: faster scraping" 
             "python3-cssselect: debian bug, required for python3-lxml"
+            "python3-levenshtein: faster SequenceMatcher"
             "vlc: alternate media player"
             "python3-mov-cli-otaku-watcher: mov-cli v4 plugin for anime"
             "python3-mov-cli-film-central: mov-cli v4 plugin for films and shows"
             "python3-mov-cli-youtube: mov-cli v4 plugin for youtube"
             "python3-mov-cli-test: mov-cli v4 plugin for free films and animations in the CC")
 source=("$pkgname-$pkgver.tar.gz::https://github.com/mov-cli/mov-cli/archive/refs/tags/$pkgver.tar.gz")
-b2sums=('17c05b9d8b09a7ad7165fee2bfc1970bdf9ab64ce3351e93e2d48f81cdde4cba96a28515f5b05dfed9a736b173879bcc69280e8092e51ef029ee01850cdcd4ad')
+b2sums=('1da252317d0a0a78fe4f720d00a73698c0b569124ffe67fa854373128f2f9dde1b4a069e4ca62572e11693fe888547b493814cbfe6a60b8f7e0af2519d0ae5ac')
 
 prepare() {
   echo "Disclaimer: This project is to be used at the user's own risk, based on their government and laws."