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

Balló György bgyorgy at archlinux.org
Sat Mar 24 10:42:49 UTC 2018


    Date: Saturday, March 24, 2018 @ 10:42:48
  Author: bgyorgy
Revision: 311748

Add missing optdeps (FS#57367)

Modified:
  urlwatch/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-24 10:24:21 UTC (rev 311747)
+++ PKGBUILD	2018-03-24 10:42:48 UTC (rev 311748)
@@ -11,6 +11,9 @@
 url="https://thp.io/2008/urlwatch/"
 license=('BSD')
 depends=('python-appdirs' 'python-keyring' 'python-minidb' 'python-requests' 'python-yaml')
+optdepends=('lynx: convert HTML to plain text'
+            'python-beautifulsoup4: prettify HTML'
+            'python-html2text: convert HTML to plain text')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/thp/urlwatch/archive/$pkgver.tar.gz")
 sha256sums=('e0b75f81920f547b01e6bc1cfb34eff1a0c9513914ed61013876b8b8d2fe20fb')
 



More information about the arch-commits mailing list