1
0
Fork 0
mirror of synced 2024-05-26 03:51:10 -04:00

Add pacutils to optdepends

This commit is contained in:
dr460nf1r3 2022-03-13 16:45:29 +01:00
parent 6089e29bd9
commit 5667fdd0ff
No known key found for this signature in database
GPG key ID: B5C20B53B5FB19ED

View file

@ -3,7 +3,7 @@
pkgname=garuda-common-settings pkgname=garuda-common-settings
pkgver=2.5.6 pkgver=2.5.6
pkgrel=1 pkgrel=2
arch=('any') arch=('any')
url="https://gitlab.com/garuda-linux/themes-and-settings/settings/$pkgname" url="https://gitlab.com/garuda-linux/themes-and-settings/settings/$pkgname"
license=('GPL') license=('GPL')
@ -22,7 +22,8 @@ depends=('btrfsmaintenance'
'zram-generator' 'zram-generator'
'systemd-oomd-defaults') 'systemd-oomd-defaults')
optdepends=('performance-tweaks: Tuning for best performance' optdepends=('performance-tweaks: Tuning for best performance'
'powersave-tweaks: Tuning for lower power usage') 'powersave-tweaks: Tuning for lower power usage'
'pacutils: Required for garuda-inxi funstuff')
makedepends=('polkit') makedepends=('polkit')
conflicts=('systemd-swap') conflicts=('systemd-swap')
install=$pkgname.install install=$pkgname.install