From 31326b27c3949bcfe1a236886abc186534f1a8e6 Mon Sep 17 00:00:00 2001 From: modeco80 Date: Sat, 20 Apr 2024 04:26:19 -0400 Subject: [PATCH] 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. --- storage-util/msecli/PKGBUILD | 3 --- 1 file changed, 3 deletions(-) diff --git a/storage-util/msecli/PKGBUILD b/storage-util/msecli/PKGBUILD index f647e98..d5f7003 100644 --- a/storage-util/msecli/PKGBUILD +++ b/storage-util/msecli/PKGBUILD @@ -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' )