Date: Tuesday, January 29, 2019 @ 00:01:17 Author: maximbaz Revision: 428344
upgpkg: urlwatch 2.16-1 Modified: urlwatch/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-01-28 23:13:18 UTC (rev 428343) +++ PKGBUILD 2019-01-29 00:01:17 UTC (rev 428344) @@ -4,18 +4,18 @@ # Contributor: Allan McRae <[email protected]> pkgname=urlwatch -pkgver=2.15 +pkgver=2.16 pkgrel=1 pkgdesc="Tool for monitoring webpages for updates" arch=('any') url="https://thp.io/2008/urlwatch/" license=('BSD') -depends=('python-appdirs' 'python-keyring' 'python-lxml' 'python-minidb' 'python-requests' 'python-yaml') +depends=('python-appdirs' 'python-keyring' 'python-lxml' 'python-cssselect' '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=('3c2e257d7465f95cd9199e635acf8fe4ad687459f6ce3ea2b9a86b233ee115b7') +sha256sums=('70e62d655711e1c375f04f92fc0ac3af87a6f8a549ad7c815fd07a1189205195') build() { cd $pkgname-$pkgver
