Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
urlwatch
Commits:
30313955 by Antonio Rojas at 2025-12-24T12:18:58+01:00
upgpkg: 2.29-4: Python 3.14 rebuild
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,13 +1,16 @@
pkgbase = urlwatch
pkgdesc = Tool for monitoring webpages for updates
pkgver = 2.29
- pkgrel = 3
+ pkgrel = 4
url = https://thp.io/2008/urlwatch/
arch = any
license = BSD-3-Clause
checkdepends = python-docutils
+ checkdepends = python-jq
+ checkdepends = python-pdftotext
checkdepends = python-pytesseract
checkdepends = python-pytest
+ checkdepends = tesseract-data-eng
makedepends = git
makedepends = python-build
makedepends = python-installer
=====================================
PKGBUILD
=====================================
@@ -7,7 +7,7 @@
pkgname=urlwatch
pkgver=2.29
-pkgrel=3
+pkgrel=4
pkgdesc='Tool for monitoring webpages for updates'
arch=(any)
url=https://thp.io/2008/urlwatch/
@@ -30,8 +30,11 @@ makedepends=(
)
checkdepends=(
python-docutils
+ python-jq
+ python-pdftotext
python-pytesseract
python-pytest
+ tesseract-data-eng
)
optdepends=(
'lynx: for one of the html2text filter methods'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/urlwatch/-/commit/30313955d60d74ae651509f193e06908d70c89e7
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/urlwatch/-/commit/30313955d60d74ae651509f193e06908d70c89e7
You're receiving this email because of your account on gitlab.archlinux.org.