diff options
author | stef.an | 2024-07-01 21:06:17 +0200 |
---|---|---|
committer | stef.an | 2024-07-01 21:06:17 +0200 |
commit | a5e30bf7400c0ad8f2fc20fd5b45d565922267d5 (patch) | |
tree | f8061cc9b19f63812efe51a44f6e4a466fca9b03 /PKGBUILD | |
parent | 8f2d0b4127260b7f326220465e81f52756c1ec6b (diff) | |
download | aur-logitechmediaserver.tar.gz |
Added wget in makedepends for aarch64
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,6 +12,7 @@ license=('GPL' 'custom') depends=('perl' 'perl-io-socket-ssl') makedepends=('nasm' 'yasm' 'rsync' 'gd' 'zlib') optdepends_x86_64=('lib32-glibc: transcoding on 64-bit systems' 'lib32-gcc-libs: transcoding on 64-bit systems') +makedepends_aarch64=('wget') install=logitechmediaserver.install _vendorver=8.4 |