Date: Wednesday, May 3, 2023 @ 18:00:01 Author: polyzen Revision: 1458393
upgpkg: urlwatch 2.28-1 2.28 switches to playwright-python from pyppeteer, but that is not being pulled into the repos at this time: https://github.com/microsoft/playwright-python/issues/1704 https://github.com/microsoft/playwright/issues/8100 Modified: urlwatch/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-05-03 17:41:14 UTC (rev 1458392) +++ PKGBUILD 2023-05-03 18:00:01 UTC (rev 1458393) @@ -5,8 +5,8 @@ # Contributor: Allan McRae <[email protected]> pkgname=urlwatch -pkgver=2.26 -pkgrel=2 +pkgver=2.28 +pkgrel=1 pkgdesc='Tool for monitoring webpages for updates' arch=('any') url=https://thp.io/2008/urlwatch/ @@ -24,11 +24,10 @@ 'python-jq: for the jq filter' 'python-jsbeautifier: for the beautify filter' 'python-pdftotext: for the pdf2text filter' - 'python-pyppeteer: for the browser job' 'python-pytesseract: for the ocr filter') source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz") -sha256sums=('b14bbe23d87b7d4ac8b4e71a51fd2066908a947ccf7b557c3e4f87b09f455e8f') -b2sums=('c7990b0ecca8bb18632ba717dabfed3e3cdf147ff463e1221c4f7002fcb862d162421ac927bd6a570369a1833268cc08668e284e425e954a4eea8d41cb30eafd') +sha256sums=('911df3abbd8923e46ec167a9657a812436caf93f7f9917cb7c95ebd73d28cce5') +b2sums=('73fcff8c153db472c944d0c9406e0e98bf64299d5532486a08cb024339544f17d716a22d6f0807ba55c79af9dc7fef41fa8dc5a7fe79c831f3e9958e3ea8958e') build() { cd $pkgname-$pkgver
