[arch-commits] Commit in urlwatch/trunk (PKGBUILD)
Daniel M. Capella
polyzen at gemini.archlinux.org
Fri Jul 23 20:36:46 UTC 2021
Date: Friday, July 23, 2021 @ 20:36:46
Author: polyzen
Revision: 984832
upgpkg: urlwatch 2.23-3: Fix jq filter optdep
Fixes FS#71361
Modified:
urlwatch/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-23 20:28:16 UTC (rev 984831)
+++ PKGBUILD 2021-07-23 20:36:46 UTC (rev 984832)
@@ -6,7 +6,7 @@
pkgname=urlwatch
pkgver=2.23
-pkgrel=2
+pkgrel=3
pkgdesc='Tool for monitoring webpages for updates'
arch=('any')
url=https://thp.io/2008/urlwatch/
@@ -16,11 +16,11 @@
makedepends=('python-setuptools')
checkdepends=('python-docutils' 'python-pycodestyle' 'python-pytesseract'
'python-pytest')
-optdepends=('jq: for the jq filter'
- 'lynx: for one of the html2text filter methods'
+optdepends=('lynx: for one of the html2text filter methods'
'python-beautifulsoup4: for the beautify filter and one of the html2text filter methods'
'python-cssbeautifier: for the beautify filter'
'python-html2text: for one of the html2text filter methods'
+ 'python-jq: for the jq filter'
'python-jsbeautifier: for the beautify filter'
'python-pdftotext: for the pdf2text filter'
'python-pyppeteer: for the browser job'
More information about the arch-commits
mailing list