makedeb
Python script for watching movies and TV shows via the terminal.
Click here to go back to the commit logs for mov-cli.
Hash: 14630b69c362ccdb6af341b951fe2f35791d6d9c
Message: 4.3.14
diff --git a/.SRCINFO b/.SRCINFO
index 4d1ce6e..7423e1f 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.0
+pkgver = 4.3.14
url = https://github.com/mov-cli/mov-cli
arch = all
depends = python3-httpx
@@ -18,30 +18,26 @@ depends = python3-thefuzz
depends = mpv
license = GPL3
makedepends = python3-build
-makedepends = python3-setuptools
-makedepends = python3-setuptools-scm
makedepends = python3-installer
makedepends = python3-wheel
optdepends = fzf
optdepends = python3-lxml: faster scraping
optdepends = python3-cssselect: debian bug, required for python3-lxml
optdepends = vlc: alternate media player
-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-otaku-watcher: mov-cli v4 plugin for anime
+optdepends = python3-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.0.tar.gz::https://github.com/mov-cli/mov-cli/archive/refs/tags/4.3.0.tar.gz
-b2sums = da4f8c2f436f4a9cb1176c01b07c2a73832d0e22312df609741f978bc8d3749491441638de544c7ae233879267d359490838aab9b0cc79ec03eaf16e7601c3c5
+source = mov-cli-4.3.14.tar.gz::https://github.com/mov-cli/mov-cli/archive/refs/tags/4.3.14.tar.gz
+b2sums = 5137c239819c3ab78d565a2044576e5268ce3f5bcb2058a98b2412b5ad28ecbbefeee68ecd2cd0d4c7d0169ea2da5b0c50043724d26b06ebb679882909076ff0
makedepends = python3-build
-makedepends = python3-setuptools
-makedepends = python3-setuptools-scm
makedepends = python3-installer
makedepends = python3-wheel
optdepends = fzf
optdepends = python3-lxml: faster scraping
optdepends = python3-cssselect: debian bug, required for python3-lxml
optdepends = vlc: alternate media player
-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-otaku-watcher: mov-cli v4 plugin for anime
+optdepends = python3-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
diff --git a/PKGBUILD b/PKGBUILD
index 31cfd65..c546f52 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,23 +1,23 @@
# Maintainer: exponential <echo ZXhwb25lbnRpYWxtYXRyaXhAcHJvdG9ubWFpbC5jb20K | base64 -d>
pkgname='mov-cli'
-pkgver=4.3.0
+pkgver=4.3.14
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')
+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')
optdepends=("fzf"
"python3-lxml: faster scraping"
"python3-cssselect: debian bug, required for python3-lxml"
"vlc: alternate media player"
- "python3-mov-cli-anime: mov-cli v4 plugin for anime"
- "python3-mov-cli-films: mov-cli v4 plugin for films and shows"
+ "python3-otaku-watcher: mov-cli v4 plugin for anime"
+ "python3-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=('da4f8c2f436f4a9cb1176c01b07c2a73832d0e22312df609741f978bc8d3749491441638de544c7ae233879267d359490838aab9b0cc79ec03eaf16e7601c3c5')
+b2sums=('5137c239819c3ab78d565a2044576e5268ce3f5bcb2058a98b2412b5ad28ecbbefeee68ecd2cd0d4c7d0169ea2da5b0c50043724d26b06ebb679882909076ff0')
prepare() {
echo "Disclaimer: This project is to be used at the user's own risk, based on their government and laws."