neddit

the frontend of the frontpage of the internet  https://neddit.ce9e.org
git clone https://git.ce9e.org/neddit.git

commit
ec4a288308d38c86af14f47dda8c9d11b0d822d5
parent
2743b4e3878ac5907503887dcf19013671e8861a
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2022-03-25 06:25
update debian dependencies

Diffstat

M deploy/PKGBUILD 2 +-

1 files changed, 1 insertions, 1 deletions


diff --git a/deploy/PKGBUILD b/deploy/PKGBUILD

@@ -3,7 +3,7 @@ pkgdesc='the frontend of the frontpage of the internet'
    3     3 arch=('amd64')
    4     4 url='https://github.com/xi/neddit'
    5     5 license='MIT'
    6    -1 depends=('gunicorn3' 'python3-requests' 'python3-jinja2' 'python3-flask' 'python3-gevent')
   -1     6 depends=('gunicorn' 'python3-requests' 'python3-jinja2' 'python3-flask' 'python3-gevent')
    7     7 
    8     8 package() {
    9     9 	install -D -m 644 neddit.service "$pkgdir/lib/systemd/system/neddit.service"