switch to explicit journald logger instead of syslog

This commit is contained in:
2023-05-25 04:38:12 +03:00
parent 9116a4370e
commit 8b2601beaa
6 changed files with 25 additions and 14 deletions

View File

@ -7,7 +7,8 @@ pkgdesc="ArcH linux ReposItory MANager"
arch=('any')
url="https://github.com/arcan1s/ahriman"
license=('GPL3')
depends=('devtools>=1:1.0.0' 'git' 'pyalpm' 'python-cerberus' 'python-inflection' 'python-passlib' 'python-requests' 'python-srcinfo')
depends=('devtools>=1:1.0.0' 'git' 'pyalpm' 'python-cerberus' 'python-inflection' 'python-passlib' 'python-requests'
'python-srcinfo' 'python-systemd')
makedepends=('python-build' 'python-installer' 'python-wheel')
optdepends=('breezy: -bzr packages support'
'darcs: -darcs packages support'