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

Daniel M. Capella polyzen at archlinux.org
Mon May 4 11:30:02 UTC 2020


    Date: Monday, May 4, 2020 @ 11:30:02
  Author: polyzen
Revision: 624726

upgpkg: urlwatch 2.18-2 Add python-pycodestyles dep

Fixes FS#66532

Modified:
  urlwatch/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-04 09:49:02 UTC (rev 624725)
+++ PKGBUILD	2020-05-04 11:30:02 UTC (rev 624726)
@@ -6,17 +6,18 @@
 
 pkgname=urlwatch
 pkgver=2.18
-pkgrel=1
+pkgrel=2
 pkgdesc='Tool for monitoring webpages for updates'
 arch=('any')
 url=https://thp.io/2008/urlwatch/
 license=('BSD')
 depends=('python-appdirs' 'python-cssselect' 'python-keyring' 'python-lxml'
-         'python-minidb' 'python-requests' 'python-setuptools' 'python-yaml')
+         'python-minidb' 'python-pycodestyle' 'python-requests'
+         'python-setuptools' 'python-yaml')
 optdepends=('lynx: convert HTML to plain text'
             'python-beautifulsoup4: prettify HTML'
             'python-html2text: convert HTML to plain text')
-checkdepends=('python-pycodestyle' 'python-nose')
+checkdepends=('python-nose')
 source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
 sha256sums=('b556d1176683f0b7058d7bd34cddfdadbc86ab9551fe5e674aaf55c89696bd9d')
 



More information about the arch-commits mailing list