storage-util/msecli: remove `fakeroot` dependency

fakeroot is required to be installed by the base-devel (or devtools) group,
so having it is practically implicit.
This commit is contained in:
Lily Tsuru 2024-04-20 04:26:19 -04:00
parent 131bab1126
commit 31326b27c3
1 changed files with 0 additions and 3 deletions

View File

@ -15,9 +15,6 @@ arch=('x86_64')
depends=('zlib')
# Needed because the installer (Please shame InstallBuilder!) kind of sucks.
makedepends=('fakeroot')
source=(
'https://www.micron.com/content/dam/micron/global/public/products/software/storage-executive-software/msecli/msecli-linux.run'
)