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: f3c968fcebf38768b5311cee3cea5b729efd6df1
Message: update dependencies
diff --git a/.SRCINFO b/.SRCINFO
index 6367317..f8aeb10 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,8 +2,8 @@ generated-by = makedeb
pkgname = mov-cli-git
pkgbase = mov-cli-git
pkgdesc = Python script for watching movies and TV shows via the terminal.
-pkgrel = 2
-pkgver = 4.3.14.r247.b31af5d
+pkgrel = 1
+pkgver = 4.4.1.r404.6ea5e5d
url = https://github.com/mov-cli/mov-cli
arch = all
conflicts = mov-cli
@@ -16,6 +16,7 @@ depends = python3-bs4
depends = python3-unidecode
depends = python3-deprecation
depends = python3-thefuzz
+depends = python3-decouple
depends = mpv
license = GPL3
makedepends = git
@@ -25,6 +26,7 @@ makedepends = python3-wheel
optdepends = fzf
optdepends = python3-lxml: faster scraping
optdepends = python3-cssselect: debian bug, required for python3-lxml
+optdepends = python3-levenshtein: faster SequenceMatcher
optdepends = vlc: alternate media player
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
@@ -40,6 +42,7 @@ makedepends = python3-wheel
optdepends = fzf
optdepends = python3-lxml: faster scraping
optdepends = python3-cssselect: debian bug, required for python3-lxml
+optdepends = python3-levenshtein: faster SequenceMatcher
optdepends = vlc: alternate media player
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
diff --git a/PKGBUILD b/PKGBUILD
index c7f9597..ccd991e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,18 @@
# Contributor: Anakojm (AUR) <https://anakojm.net/a-propos/#contact>
_pkgname='mov-cli'
pkgname='mov-cli-git'
-pkgver=4.3.14.r247.b31af5d
-pkgrel=2
+pkgver=4.4.1.r404.6ea5e5d
+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-installer' 'python3-wheel')
-depends=('python3-httpx' 'python3-toml' 'python3-devgoldyutils' 'python3-typer' 'python3-inquirer' 'python3-bs4' 'python3-unidecode' 'python3-deprecation' 'python3-thefuzz' 'mpv')
+depends=('python3-httpx' 'python3-toml' 'python3-devgoldyutils' 'python3-typer' 'python3-inquirer' 'python3-bs4' 'python3-unidecode' 'python3-deprecation' 'python3-thefuzz' 'python3-decouple' 'mpv')
optdepends=("fzf"
"python3-lxml: faster scraping"
"python3-cssselect: debian bug, required for python3-lxml"
+ "python3-levenshtein: faster SequenceMatcher"
"vlc: alternate media player"
"python3-mov-cli-otaku-watcher: mov-cli v4 plugin for anime"
"python3-mov-cli-film-central: mov-cli v4 plugin for films and shows"