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: 0f8aa726df5c1d7d594c5054bb676f947c0208ee

Message: fix renamed plugins

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 7423e1f..7f254d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ generated-by = makedeb
 pkgname = mov-cli
 pkgbase = mov-cli
 pkgdesc = Python script for watching movies and TV shows via the terminal.
-pkgrel = 0
+pkgrel = 1
 pkgver = 4.3.14
 url = https://github.com/mov-cli/mov-cli
 arch = all
@@ -24,8 +24,8 @@ optdepends = fzf
 optdepends = python3-lxml: faster scraping
 optdepends = python3-cssselect: debian bug, required for python3-lxml
 optdepends = vlc: alternate media player
-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-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.14.tar.gz::https://github.com/mov-cli/mov-cli/archive/refs/tags/4.3.14.tar.gz
@@ -37,7 +37,7 @@ optdepends = fzf
 optdepends = python3-lxml: faster scraping
 optdepends = python3-cssselect: debian bug, required for python3-lxml
 optdepends = vlc: alternate media player
-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-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
diff --git a/PKGBUILD b/PKGBUILD
index c546f52..5ceece9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: exponential <echo ZXhwb25lbnRpYWxtYXRyaXhAcHJvdG9ubWFpbC5jb20K | base64 -d>
 pkgname='mov-cli'
 pkgver=4.3.14
-pkgrel=0
+pkgrel=1
 pkgdesc="Python script for watching movies and TV shows via the terminal."
 arch=('all')
 url="https://github.com/mov-cli/mov-cli"
@@ -12,8 +12,8 @@ optdepends=("fzf"
             "python3-lxml: faster scraping" 
             "python3-cssselect: debian bug, required for python3-lxml"
             "vlc: alternate media player"
-            "python3-otaku-watcher: mov-cli v4 plugin for anime"
-            "python3-film-central: mov-cli v4 plugin for films and shows"
+            "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")