summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTristan Hill2024-01-03 09:13:26 +0000
committerTristan Hill2024-01-03 09:13:26 +0000
commitb43198c657184b830a0951a2d617efc908fc3389 (patch)
tree105174320d681a13af618da3d0f1fef0a89711d8 /PKGBUILD
parentfdbf5cca30d4398d93a9abdafd0a4076d152848e (diff)
downloadaur-b43198c657184b830a0951a2d617efc908fc3389.tar.gz
apprise fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c13ea2dbbbad..64edcb743c5a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=changedetection.io
pkgver=0.45.9
-pkgrel=1
+pkgrel=2
pkgdesc='change monitoring of web pages'
arch=('any')
url='https://github.com/dgtlmoon/changedetection.io'
@@ -55,7 +55,7 @@ sha512sums=('7dba39607ce699fc7f046242121bcf4dd1f4317ff291443d42efcfe4bd276574ecf
package() {
cd "$srcdir/$pkgname-$pkgver"
# pinned to old versions
- sed -Ei '/jsonschema|cryptography|selenium/s/[~=]=.*//' requirements.txt
+ sed -Ei '/jsonschema|cryptography|selenium|apprise/s/[~=]=.*//' requirements.txt
# waiting on updates
sed -Ei '/werkzeug|flask_wtf|flask-login/s/[~=>]=.*//' requirements.txt
python setup.py install --root="$pkgdir" --optimize=1