[arch-commits] Commit in urlwatch/trunk (PKGBUILD)
Daniel M. Capella
polyzen at archlinux.org
Fri Jul 31 10:33:40 UTC 2020
Date: Friday, July 31, 2020 @ 10:33:40
Author: polyzen
Revision: 666147
upgpkg: urlwatch 2.21-1
No rush to (properly) release, no rush to add to the repos:
https://github.com/madmaze/pytesseract/issues/288
https://github.com/pyppeteer/pyppeteer/compare/0.0.25...dev
Modified:
urlwatch/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-31 09:29:22 UTC (rev 666146)
+++ PKGBUILD 2020-07-31 10:33:40 UTC (rev 666147)
@@ -5,7 +5,7 @@
# Contributor: Allan McRae <allan at archlinux.org>
pkgname=urlwatch
-pkgver=2.20
+pkgver=2.21
pkgrel=1
pkgdesc='Tool for monitoring webpages for updates'
arch=('any')
@@ -18,9 +18,10 @@
'python-cssbeautifier: for the beautify filter'
'python-html2text: for one of the html2text filter methods'
'python-jsbeautifier: for the beautify filter')
-#checkdepends=('python-pycodestyle' 'python-pytest')
+#checkdepends=('python-docutils' 'python-pycodestyle' 'python-pytesseract'
+# 'python-pytest')
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('7547be0008a848acb1d252cab38b3649a36876acecd5bf39c7186a1d3b6f4aee')
+sha256sums=('c259e0169cc99114b54470d08a8312473159dfdbed1d712d1a222fd8a9d7291a')
build() {
cd $pkgname-$pkgver
@@ -27,7 +28,6 @@
python setup.py build
}
-# https://github.com/thp/urlwatch/pull/545
#check() {
# cd $pkgname-$pkgver
# pytest
More information about the arch-commits
mailing list