makedeb


mov-cli-git 4.4.5.r429.e70bdfc-1


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

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

Commit:


Hash: 993060a77579458a21be75ed1b4a28356b9cd429

Message: add plugins

Diff


diff --git a/.SRCINFO b/.SRCINFO
index a6e2933..f3146d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ generated-by = makedeb
 pkgname = mov-cli-git
 pkgbase = mov-cli-git
 pkgdesc = Python script for watching movies and TV shows via the terminal.
-pkgrel = 1
+pkgrel = 2
 pkgver = 4.0.5.r1.e55284a
 url = https://github.com/mov-cli/mov-cli
 arch = all
@@ -26,6 +26,10 @@ 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-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
 source = git+https://github.com/mov-cli/mov-cli.git
 b2sums = SKIP
@@ -39,3 +43,7 @@ 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-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 b4dfdcf..5113e93 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 _pkgname='mov-cli'
 pkgname='mov-cli-git'
 pkgver=4.0.5.r1.e55284a
-pkgrel=1
+pkgrel=2
 pkgdesc="Python script for watching movies and TV shows via the terminal."
 arch=('all')
 url="https://github.com/mov-cli/mov-cli"
@@ -13,7 +13,11 @@ depends=('python3-httpx' 'python3-toml' 'python3-devgoldyutils' 'python3-typer' 
 optdepends=("fzf"
             "python3-lxml: faster scraping" 
             "python3-cssselect: debian bug, required for python3-lxml"
-            "vlc: alternate media player")
+            "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-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')
 conflicts=('mov-cli')
 source=('git+https://github.com/mov-cli/mov-cli.git')