1
0
Fork 0
mirror of https://github.com/Luzifer/arch-update.git synced 2024-12-20 11:01:16 +00:00

Add fakeroot as dependency

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2024-12-02 18:10:18 +01:00
parent 87c4eeb88a
commit fe53dae893
Signed by: luzifer
SSH key fingerprint: SHA256:/xtE5lCgiRDQr8SLxHMS92ZBlACmATUmF1crK16Ks4E

View file

@ -7,7 +7,10 @@ pkgdesc="Execute (automatic) updates with service / machine restarts"
arch=('any') arch=('any')
url="https://gist.github.com/Luzifer/493cea96052493ed70d4cdd572db32f0" url="https://gist.github.com/Luzifer/493cea96052493ed70d4cdd572db32f0"
license=(Apache) license=(Apache)
depends=(pacman-contrib) depends=(
pacman-contrib
fakeroot # Fixes missing dependecy on checkupdates
)
source=( source=(
arch_update.sh arch_update.sh
arch-update.service arch-update.service