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-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
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue