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

Daniel M. Capella polyzen at archlinux.org
Sun Dec 20 01:13:06 UTC 2020


    Date: Sunday, December 20, 2020 @ 01:13:04
  Author: polyzen
Revision: 780067

upgpkg: urlwatch 2.22-1

Modified:
  urlwatch/trunk/PKGBUILD

----------+
 PKGBUILD |   20 ++++++--------------
 1 file changed, 6 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-19 23:54:26 UTC (rev 780066)
+++ PKGBUILD	2020-12-20 01:13:04 UTC (rev 780067)
@@ -5,8 +5,8 @@
 # Contributor: Allan McRae <allan at archlinux.org>
 
 pkgname=urlwatch
-pkgver=2.21
-pkgrel=6
+pkgver=2.22
+pkgrel=1
 pkgdesc='Tool for monitoring webpages for updates'
 arch=('any')
 url=https://thp.io/2008/urlwatch/
@@ -22,18 +22,10 @@
             'python-pytesseract: for the ocr filter')
 checkdepends=('python-docutils' 'python-pycodestyle' 'python-pytesseract'
               'python-pytest')
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz"
-        'https://github.com/thp/urlwatch/commit/af522e4f763e76faa80db7c796806f1ea6661cc6.patch')
-sha256sums=('c259e0169cc99114b54470d08a8312473159dfdbed1d712d1a222fd8a9d7291a'
-            'b968b2a781f888e709dd6d7ac0292da81abff7ab741fe702450bf6be5c710df4')
-b2sums=('9e0f39e51e413355974ce886e019eb86dd07fb9a75c02c5c711ccdbba573c2e6b218cf11b42c714172ad00288ea0219a079fd9b8016d33c29f087537d160e80d'
-        '28717a102aadbdfd8051ee78c4b25b02647d0bd3dce0c8039950ad30716de3e38bd5c1f021ee90401547720bca629717d161c3854cc01ee4d19ce7335797bea8')
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
+sha256sums=('6aa63ef6aa9476d571d177936dcdb40df82fd50fca58d0fb24cc851bccc54423')
+b2sums=('e7f10872e5d7f42ec0ac1073783431c4b0e4fcdcf40884a9f7f52aee36705fbdbaaf5f9e671223715040c6f68cc580f531ba753c9326a2b1380d2fb707f66f1c')
 
-prepare() {
-  cd $pkgname-$pkgver
-  patch --forward --strip=1 --input=../af522e4f763e76faa80db7c796806f1ea6661cc6.patch
-}
-
 build() {
   cd $pkgname-$pkgver
   python setup.py build
@@ -41,7 +33,7 @@
 
 check() {
   cd $pkgname-$pkgver
-  pytest -k 'not test_pep8_conformance'
+  pytest
 }
 
 package() {



More information about the arch-commits mailing list