summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTristan Hill2024-05-22 09:10:19 +0100
committerTristan Hill2024-05-22 09:10:19 +0100
commite7606382e9fda98df51a22c302f79327c7390010 (patch)
treef744ac3db545af7c2331b1d6701510b9f253d7e2
parentba4c1a44e73d38e9349d0f675798f30baec56351 (diff)
downloadaur-e7606382e9fda98df51a22c302f79327c7390010.tar.gz
missing pyppeteerstealth
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 96bb6e8034af..fe90c488983b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = changedetection.io
pkgdesc = change monitoring of web pages
pkgver = 0.45.23
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/dgtlmoon/changedetection.io
arch = any
license = Apache 2.0
diff --git a/PKGBUILD b/PKGBUILD
index c7daf0d864c8..17371a5e132a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=changedetection.io
pkgver=0.45.23
-pkgrel=1
+pkgrel=2
pkgdesc='change monitoring of web pages'
arch=(any)
url='https://github.com/dgtlmoon/changedetection.io'
@@ -66,7 +66,7 @@ package() {
sed -i 's/[~=]=.*//' requirements.txt
python setup.py install --root="$pkgdir" --optimize=1
# command per https://wiki.archlinux.org/title/Python_package_guidelines (now removed from page?)
- PIP_CONFIG_FILE=/dev/null pip install --isolated --target="$pkgdir/usr/lib/changedetection.io" --ignore-installed --no-deps pyppeteer-ng==2.0.0rc5 validators
+ PIP_CONFIG_FILE=/dev/null pip install --isolated --target="$pkgdir/usr/lib/changedetection.io" --ignore-installed --no-deps pyppeteer-ng==2.0.0rc5 validators pyppeteerstealth
sed -Ei '/Requires-Dist: (aenum|typing_extensions|typing_inspect|websockets)/s/\(.*//' "$pkgdir"/usr/lib/changedetection.io/pyppeteer_ng-2.0.0rc5.dist-info/METADATA
python -O -m compileall -s ${pkgdir} "${pkgdir}/usr/lib/changedetection.io"
install -Dm644 "${srcdir}/sysusers" "${pkgdir}/usr/lib/sysusers.d/changedetection.io.conf"