summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTristan Hill2024-03-09 07:41:13 +0000
committerTristan Hill2024-03-09 07:41:13 +0000
commit04328f13424743819be8b954bdcc1c8ab15b6e2c (patch)
tree84c7afff33b2cbc8f6d2fae816f7b2cb455d77e2
parent6e10615a0df896ae0e0275feddbd5921847b44ad (diff)
downloadaur-04328f13424743819be8b954bdcc1c8ab15b6e2c.tar.gz
fix
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2a4fa467124f..db67ad92408d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = changedetection.io
pkgdesc = change monitoring of web pages
pkgver = 0.45.16
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/dgtlmoon/changedetection.io
arch = any
license = Apache 2.0
makedepends = python-setuptools
+ depends = python-pyee
depends = python-flask-compress
depends = python-eventlet
depends = python-validators
diff --git a/PKGBUILD b/PKGBUILD
index dd98683ae9b5..bd4595f1304c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,14 @@
pkgname=changedetection.io
pkgver=0.45.16
-pkgrel=1
+pkgrel=2
pkgdesc='change monitoring of web pages'
arch=(any)
url='https://github.com/dgtlmoon/changedetection.io'
license=('Apache 2.0')
makedepends=(python-setuptools)
depends=(# ordered per https://github.com/dgtlmoon/changedetection.io/blob/master/requirements.txt
+ python-pyee
python-flask-compress
python-eventlet
python-validators
@@ -57,6 +58,7 @@ sha512sums=('1fda3d1e3c4e16b7dd4a2a4bcb9dbc32122a3c4349d45e525ee1b3600c6b3d536f6
package() {
cd "$srcdir/$pkgname-$pkgver"
sed -Ei 's/[~=]=.*//' requirements.txt
+ sed -i '/pyppeteer-ng/d' requirements.txt
python setup.py install --root="$pkgdir" --optimize=1
install -Dm644 "${srcdir}/sysusers" "${pkgdir}/usr/lib/sysusers.d/changedetection.io.conf"
install -Dm644 "${srcdir}/tmpfiles" "${pkgdir}/usr/lib/tmpfiles.d/changedetection.io.conf"