Move git to base package
as it is required for config Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
e8c003fbe4
commit
cf24ce1d56
1 changed files with 2 additions and 2 deletions
4
PKGBUILD
4
PKGBUILD
|
@ -7,7 +7,7 @@ pkgname=(
|
|||
luzifer-gui
|
||||
luzifer-lenovo-gui
|
||||
)
|
||||
pkgver=0.9.2
|
||||
pkgver=0.9.3
|
||||
pkgrel=1
|
||||
pkgdesc='System configuration for @luzifer systems'
|
||||
arch=(any)
|
||||
|
@ -54,6 +54,7 @@ package_luzifer-base() {
|
|||
envrun
|
||||
expect
|
||||
eza
|
||||
git
|
||||
gocryptfs
|
||||
inetutils
|
||||
jq
|
||||
|
@ -120,7 +121,6 @@ package_luzifer-devel() {
|
|||
aws-cli
|
||||
diffutils
|
||||
docker
|
||||
git
|
||||
go
|
||||
shfmt
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue