Move git to base package

as it is required for config

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2023-12-13 11:31:34 +01:00
parent e8c003fbe4
commit cf24ce1d56
Signed by: luzifer
GPG key ID: D91C3E91E4CAD6F5

View file

@ -7,7 +7,7 @@ pkgname=(
luzifer-gui luzifer-gui
luzifer-lenovo-gui luzifer-lenovo-gui
) )
pkgver=0.9.2 pkgver=0.9.3
pkgrel=1 pkgrel=1
pkgdesc='System configuration for @luzifer systems' pkgdesc='System configuration for @luzifer systems'
arch=(any) arch=(any)
@ -54,6 +54,7 @@ package_luzifer-base() {
envrun envrun
expect expect
eza eza
git
gocryptfs gocryptfs
inetutils inetutils
jq jq
@ -120,7 +121,6 @@ package_luzifer-devel() {
aws-cli aws-cli
diffutils diffutils
docker docker
git
go go
shfmt shfmt
) )