aboutsummaryrefslogtreecommitdiff
path: root/testing/emby
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-08-23 23:01:53 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-08-23 23:02:34 -0300
commit8f04a36e8ea10fd901916aeebc0af56af5f74b56 (patch)
tree31aa44bce778eb567933877afad4fd8e81d6bc26 /testing/emby
parentd244b395d82e8db2ebf9f90e776d972544297b69 (diff)
downloadalpine_aports-8f04a36e8ea10fd901916aeebc0af56af5f74b56.tar.bz2
alpine_aports-8f04a36e8ea10fd901916aeebc0af56af5f74b56.tar.xz
alpine_aports-8f04a36e8ea10fd901916aeebc0af56af5f74b56.zip
testing/emby: try imagemagick6
Diffstat (limited to 'testing/emby')
-rw-r--r--testing/emby/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/emby/APKBUILD b/testing/emby/APKBUILD
index ff3ce9ff52..417dfa3303 100644
--- a/testing/emby/APKBUILD
+++ b/testing/emby/APKBUILD
@@ -7,7 +7,7 @@ pkgdesc="Bring together your videos, music, photos, and live television"
7url="https://emby.media" 7url="https://emby.media"
8arch="x86_64 x86" 8arch="x86_64 x86"
9license="GPL-2.0" 9license="GPL-2.0"
10depends="ffmpeg mono imagemagick sqlite" 10depends="ffmpeg mono imagemagick6 sqlite"
11pkgusers=$pkgname 11pkgusers=$pkgname
12pkggroups=$pkgname 12pkggroups=$pkgname
13depends_dev="" 13depends_dev=""