Add arch-update to base package
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
c3a63aba9f
commit
49e3fdb0e6
1 changed files with 6 additions and 1 deletions
7
PKGBUILD
7
PKGBUILD
|
@ -7,7 +7,7 @@ pkgname=(
|
||||||
luzifer-gui
|
luzifer-gui
|
||||||
luzifer-lenovo-gui
|
luzifer-lenovo-gui
|
||||||
)
|
)
|
||||||
pkgver=0.6.5
|
pkgver=0.6.6
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='System configuration for @luzifer systems'
|
pkgdesc='System configuration for @luzifer systems'
|
||||||
arch=(any)
|
arch=(any)
|
||||||
|
@ -67,6 +67,11 @@ package_luzifer-base() {
|
||||||
wget
|
wget
|
||||||
)
|
)
|
||||||
|
|
||||||
|
# Add custom sytem utils
|
||||||
|
depends+=(
|
||||||
|
arch-update
|
||||||
|
)
|
||||||
|
|
||||||
# Add debugging utils
|
# Add debugging utils
|
||||||
depends+=(
|
depends+=(
|
||||||
bind-tools
|
bind-tools
|
||||||
|
|
Loading…
Reference in a new issue