summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTristan Hill2023-05-05 13:31:07 +0100
committerTristan Hill2023-05-05 13:31:07 +0100
commitf611d30a4cc27f6403d310bff7ac5c2910d4592a (patch)
tree6efafbfd05cc98d85ceb0e50c64ff88eb4aa645f /PKGBUILD
parenta8c083f41a431575d34e10c05d7f8177d8c8d948 (diff)
downloadaur-f611d30a4cc27f6403d310bff7ac5c2910d4592a.tar.gz
apprise package name change
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6f2bb8120d73..eba38ad972ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=changedetection.io
pkgver=0.41.1
-pkgrel=1
+pkgrel=2
pkgdesc='change monitoring of web pages'
arch=('any')
url='https://github.com/dgtlmoon/changedetection.io'
@@ -28,7 +28,7 @@ depends=(# ordered per https://github.com/dgtlmoon/changedetection.io/blob/maste
'python-wtforms'
'python-jsonpath-ng'
'python-jq'
- 'python-apprise'
+ 'apprise'
'python-paho-mqtt'
'python-cryptography'
'python-bs4'