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: 9db29ced75138887d375cefdc6860019902c0721

Message: 4.1.3

Diff


diff --git a/.SRCINFO b/.SRCINFO
index d7118e5..f401bb4 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.1.0
+pkgver = 4.1.3
 url = https://github.com/mov-cli/mov-cli
 arch = all
 depends = python3-httpx
@@ -13,6 +13,8 @@ depends = python3-typer
 depends = python3-inquirer
 depends = python3-bs4
 depends = python3-unidecode
+depends = python3-deprecation
+depends = python3-thefuzz
 depends = mpv
 license = GPL3
 makedepends = python3-build
@@ -28,8 +30,8 @@ optdepends = python3-mov-cli-anime: mov-cli v4 plugin for anime
 optdepends = python3-mov-cli-films: 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.1.0.tar.gz::https://github.com/mov-cli/mov-cli/archive/refs/tags/4.1.0.tar.gz
-b2sums = 7744b528a2d32b3e1446128a1a73959190088bc6db607d38e78f2ea7759312e790014502692bb6cbdaecbc9aab85ec238a8e1a23819d45b7af0d99110b1ddd21
+source = mov-cli-4.1.3.tar.gz::https://github.com/mov-cli/mov-cli/archive/refs/tags/4.1.3.tar.gz
+b2sums = 62264ef9bccb5c6fd558858ed6620acd2d53c7dae720f6cc94ac7a3921c864a297cd7a335618492d3327fdc43c5cfd0e7b7c04303e2f696a9fd9ea9bd8b7bcf8
 makedepends = python3-build
 makedepends = python3-setuptools
 makedepends = python3-setuptools-scm
diff --git a/PKGBUILD b/PKGBUILD
index 2c391f8..acee5ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
 # Maintainer: exponential <echo ZXhwb25lbnRpYWxtYXRyaXhAcHJvdG9ubWFpbC5jb20K | base64 -d>
 pkgname='mov-cli'
-pkgver=4.1.0
+pkgver=4.1.3
 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-setuptools' 'python3-setuptools-scm' 'python3-installer' 'python3-wheel') 
-depends=('python3-httpx' 'python3-toml' 'python3-devgoldyutils' 'python3-typer' 'python3-inquirer' 'python3-bs4' 'python3-unidecode' 'mpv')
+depends=('python3-httpx' 'python3-toml' 'python3-devgoldyutils' 'python3-typer' 'python3-inquirer' 'python3-bs4' 'python3-unidecode' 'python3-deprecation' 'python3-thefuzz' 'mpv')
 optdepends=("fzf"
             "python3-lxml: faster scraping" 
             "python3-cssselect: debian bug, required for python3-lxml"
@@ -17,7 +17,7 @@ optdepends=("fzf"
             "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=('7744b528a2d32b3e1446128a1a73959190088bc6db607d38e78f2ea7759312e790014502692bb6cbdaecbc9aab85ec238a8e1a23819d45b7af0d99110b1ddd21')
+b2sums=('62264ef9bccb5c6fd558858ed6620acd2d53c7dae720f6cc94ac7a3921c864a297cd7a335618492d3327fdc43c5cfd0e7b7c04303e2f696a9fd9ea9bd8b7bcf8')
 
 prepare() {
   echo "Disclaimer: This project is to be used at the user's own risk, based on their government and laws."