summarylogtreecommitdiffstats
path: root/update.sh
diff options
context:
space:
mode:
authorSumner Evans2020-04-11 16:25:45 -0600
committerSumner Evans2020-04-11 16:25:45 -0600
commit8bafdd6cb5ea52c2bc6df3d236075974ae755a57 (patch)
tree0887a023eee56384c208e226f6be3ea6f2a76f1c /update.sh
parentaf4a8861cae15da0f7dd527fd2971d7b82dd0dc4 (diff)
downloadaur-8bafdd6cb5ea52c2bc6df3d236075974ae755a57.tar.gz
Add ffmpeg as hard dependency
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.sh b/update.sh
index e8ad827f8489..945e9801da1d 100755
--- a/update.sh
+++ b/update.sh
@@ -29,7 +29,7 @@ license=('${LICENSE}')
arch=(x86_64 armv6h armv7h aarch64)
provides=('${EXECUTABLE_NAME}')
conflicts=('${EXECUTABLE_NAME}')
-depends=('glibc')
+depends=('glibc' 'ffmpeg')
source_x86_64=('https://github.com/deluan/navidrome/releases/download/v$1/navidrome_$1_Linux_x86_64.tar.gz')
source_armv6h=('https://github.com/deluan/navidrome/releases/download/v$1/navidrome_$1_Linux_armv6.tar.gz')
source_armv7h=('https://github.com/deluan/navidrome/releases/download/v$1/navidrome_$1_Linux_armv7.tar.gz')