makedeb


python3-porn-cli 1.0.6-0


Porn lib for mov-cli, for watching porn via the terminal.

Click here to go back to the commit logs for python3-porn-cli.

Commit:


Hash: 3a47a0f01647a12e01569af305da5215da8aea79

Message: missing dependency

Diff


diff --git a/.SRCINFO b/.SRCINFO
index dfab0d4..be65be0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,13 +2,14 @@ generated-by = makedeb
 pkgname = porn-cli-bullseye
 pkgbase = porn-cli-bullseye
 pkgdesc = Python script for watching porn via the terminal.
-pkgrel = 0
+pkgrel = 1
 pkgver = 1.0.1
 url = https://github.com/mov-cli/porn-cli
 arch = all
 conflicts = porn-cli-git
 depends = python3-bs4
 depends = python3-lxml
+depends = python3-click
 depends = python3-cssselect
 depends = python3-httpx
 depends = python3-pycryptodome-fix
diff --git a/PKGBUILD b/PKGBUILD
index a1cccba..5d02808 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 _pkgname='porn-cli'
 pkgname='porn-cli-bullseye'
 pkgver=1.0.1
-pkgrel=0
+pkgrel=1
 pkgdesc="Python script for watching porn via the terminal."
 arch=('all')
 url="https://github.com/mov-cli/porn-cli"
@@ -10,7 +10,7 @@ license=('GPL3')
 makedepends=('python3-setuptools') 
 #debian bug: lxml missig cssselect dependency
 #debian bug: pycryptodome is actually pycryptodomex
-depends=('python3-bs4' 'python3-lxml' 'python3-cssselect' 'python3-httpx' 'python3-pycryptodome-fix' 'python3-six' 'python3-krfzf-py' 'mpv')
+depends=('python3-bs4' 'python3-lxml' 'python3-click' 'python3-cssselect' 'python3-httpx' 'python3-pycryptodome-fix' 'python3-six' 'python3-krfzf-py' 'mpv')
 provides=('porn-cli')
 conflicts=('porn-cli-git')
 source=("$_pkgname.tar.gz::https://github.com/mov-cli/porn-cli/archive/refs/tags/$pkgver.tar.gz")