makedeb
Python script for watching movies and TV shows via the terminal.
Click here to go back to the commit logs for mov-cli-git.
Hash: 235b13343c1b7c3d2dc1ff68f3b691ab7ec4f173
Message: fix update dependencies
diff --git a/.SRCINFO b/.SRCINFO
index 397e422..30171d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ pkgname = mov-cli-git
pkgbase = mov-cli-git
pkgdesc = Python script for watching movies and TV shows via the terminal.
pkgrel = 1
-pkgver = 4.1.4.r25.a727fca
+pkgver = 4.3.14.r247.b31af5d
url = https://github.com/mov-cli/mov-cli
arch = all
conflicts = mov-cli
@@ -20,16 +20,14 @@ depends = mpv
license = GPL3
makedepends = git
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
provides = mov-cli
@@ -37,15 +35,13 @@ source = git+https://github.com/mov-cli/mov-cli.git
b2sums = SKIP
makedepends = git
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 8a9fd89..0ed9a77 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,21 +1,21 @@
# Maintainer: exponential <echo ZXhwb25lbnRpYWxtYXRyaXhAcHJvdG9ubWFpbC5jb20K | base64 -d>
-# Contributor: Anakojm <https://anakojm.net/a-propos/#contact>
+# Contributor: Anakojm (AUR) <https://anakojm.net/a-propos/#contact>
_pkgname='mov-cli'
pkgname='mov-cli-git'
-pkgver=4.1.4.r25.a727fca
+pkgver=4.3.14.r247.b31af5d
pkgrel=1
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=('git' 'python3-build' 'python3-setuptools' 'python3-setuptools-scm' 'python3-installer' 'python3-wheel')
+makedepends=('git' '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")
provides=('mov-cli')