mirror of
https://github.com/meganz/MEGAcmd
synced 2025-08-22 01:47:24 +00:00
Add fuse dependency in PKGBUILD
This commit is contained in:
parent
2846226cb4
commit
edf506f828
@ -26,8 +26,8 @@ arch=('i686' 'x86_64')
|
||||
url="http://mega.nz/cmd"
|
||||
license=("https://github.com/meganz/megacmd/blob/master/LICENSE")
|
||||
groups=()
|
||||
depends=('glibc>=2.37' 'bash-completion')
|
||||
makedepends=('unzip' 'wget' 'ca-certificates' 'cmake' 'zip' 'python3' 'autoconf-archive' 'nasm')
|
||||
depends=('glibc>=2.37' 'bash-completion' 'fuse2')
|
||||
makedepends=('unzip' 'wget' 'ca-certificates' 'cmake' 'zip' 'python3' 'autoconf-archive' 'nasm' 'fuse2')
|
||||
checkdepends=()
|
||||
optdepends=()
|
||||
provides=("megacmd=${pkgver}" 'ffmpeg-mega')
|
||||
|
Loading…
x
Reference in New Issue
Block a user