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: 639055f21d6bdf4dcbf360a19f9e34c404a4b3cb
Message: clean dependencies
diff --git a/.SRCINFO b/.SRCINFO
index cf04645..156e636 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgname = mov-cli-sh-git
pkgbase = mov-cli-git
pkgdesc = Bash and python script for watching movies and TV shows via the terminal
pkgrel = 1
-pkgver = 0.7.2.r13.g004f4b8
+pkgver = 1.0.r1.g94a28e7
url = https://github.com/mov-cli/mov-cli
arch = all
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index f2bdef6..bbfa80d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase='mov-cli-git'
_pkgname='mov-cli'
pkgname=('mov-cli-git' 'mov-cli-sh-git')
-pkgver=0.7.2.r13.g004f4b8
+pkgver=1.0.r1.g94a28e7
pkgrel=1
pkgdesc="Bash and python script for watching movies and TV shows via the terminal"
arch=('all')
@@ -24,9 +24,7 @@ package_mov-cli-git() {
conflicts=('mov-cli-py-git-experimental')
#debian bug: lxml missig cssselect dependency
#debian bug: pycryptodome is actually pycryptodomex
- depends=('python3-bs4' 'python3-lxml' 'python3-cssselect' 'python3-click' 'python3-httpx' 'python3-colorama' 'python3-pycryptodome-fix' 'python3-six' 'mpv')
- #debian bug: No package python3-pypresence
- optdepends=('vlc: An alternative video player' 'python3-pypresence')
+ depends=('python3-bs4' 'python3-lxml' 'python3-cssselect' 'python3-httpx' 'python3-pycryptodome-fix' 'python3-six' 'python3-krfzf-py' 'mpv')
cd "$srcdir/$_pkgname"
python3 setup.py build