mirror of
https://codeberg.org/privacy1st/arch
synced 2024-12-23 01:16:04 +01:00
fix
This commit is contained in:
parent
dfe8ceccd2
commit
0eb71f1eba
@ -10,8 +10,10 @@ url="https://codeberg.org/privacy1st/${_reponame}"
|
||||
license=('MIT')
|
||||
groups=()
|
||||
|
||||
# Kernel + Headers
|
||||
depends=('de-p1st-kernel')
|
||||
# lz4 enabled mkinitcpio
|
||||
depends=('de-p1st-mkinitcpio')
|
||||
depends+=('de-p1st-mkinitcpio')
|
||||
# basic stuff
|
||||
depends+=('base' 'meta-group-base-devel' 'linux-firmware' 'man-db' 'man-pages' 'de-p1st-nano')
|
||||
# filesystems: luks, btrfs, ext4, f2fs
|
||||
@ -45,11 +47,6 @@ depends+=('noto-fonts' 'ttf-material-design-icons-git' 'ttf-unifont')
|
||||
# other
|
||||
# depends+=('usbutils')
|
||||
|
||||
|
||||
# Kernel + Headers
|
||||
optdepends=('de-p1st-kernel')
|
||||
# or LTS Kernel
|
||||
optdepends+=('linux-lts' 'linux-lts-headers')
|
||||
# CPU vendor specific microcode
|
||||
optdepends+=('amd-ucode' 'intel-ucode')
|
||||
# terminal multiplexer
|
||||
|
Loading…
Reference in New Issue
Block a user