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: e9f315b4baeeb2a352955ce57b257429478dfd18
Message: fix renamed plugins
diff --git a/.SRCINFO b/.SRCINFO
index 30171d1..6367317 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.3.14.r247.b31af5d
url = https://github.com/mov-cli/mov-cli
arch = all
@@ -26,8 +26,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
provides = mov-cli
@@ -41,7 +41,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 0ed9a77..c7f9597 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname='mov-cli'
pkgname='mov-cli-git'
pkgver=4.3.14.r247.b31af5d
-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"
@@ -14,8 +14,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")
provides=('mov-cli')