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:
parent
87c4eeb88a
commit
fe53dae893
1 changed files with 11 additions and 8 deletions
5
PKGBUILD
5
PKGBUILD
|
@ -7,7 +7,10 @@ pkgdesc="Execute (automatic) updates with service / machine restarts"
|
|||
arch=('any')
|
||||
url="https://gist.github.com/Luzifer/493cea96052493ed70d4cdd572db32f0"
|
||||
license=(Apache)
|
||||
depends=(pacman-contrib)
|
||||
depends=(
|
||||
pacman-contrib
|
||||
fakeroot # Fixes missing dependecy on checkupdates
|
||||
)
|
||||
source=(
|
||||
arch_update.sh
|
||||
arch-update.service
|
||||
|
|
Loading…
Reference in a new issue