[arch-commits] Commit in woob/trunk (PKGBUILD)

Bruno Pagani archange at gemini.archlinux.org
Sat Jan 22 22:27:23 UTC 2022


    Date: Saturday, January 22, 2022 @ 22:27:22
  Author: archange
Revision: 1113496

FS#73366: add python-colorama for CLI usage

Modified:
  woob/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-22 22:22:52 UTC (rev 1113495)
+++ PKGBUILD	2022-01-22 22:27:22 UTC (rev 1113496)
@@ -2,7 +2,7 @@
 
 pkgname=woob
 pkgver=3.0
-pkgrel=4
+pkgrel=5
 pkgdesc="Core library and modules for Web outside of Browsers"
 arch=(any)
 url="https://woob.tech/"
@@ -21,6 +21,7 @@
     python-simplejson
 )
 optdepends=(
+    'python-colorama: CLI usage'
     'python-prettytable: CLI output formatting'
     'python-feedparser: required by some modules'
     'python-google-api-python-client: multiple Google services like YouTube'



More information about the arch-commits mailing list