diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-08-23 22:46:01 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-08-23 22:46:01 -0300 |
commit | 60b19ad4aa22edec1b5714325f983ce361967250 (patch) | |
tree | d3fbad25131952a3459ad98c611f84192f128ff3 /testing/emby | |
parent | eb3fb5ed592fceb58bc3f92576b3db75f5b3f02e (diff) | |
download | aports-60b19ad4aa22edec1b5714325f983ce361967250.tar.bz2 aports-60b19ad4aa22edec1b5714325f983ce361967250.tar.xz |
testing/emby: fix url
Diffstat (limited to 'testing/emby')
-rw-r--r-- | testing/emby/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/emby/APKBUILD b/testing/emby/APKBUILD index 235cf452d4..62d55d5bfa 100644 --- a/testing/emby/APKBUILD +++ b/testing/emby/APKBUILD @@ -2,9 +2,9 @@ # Maintainer: Carlo Landmeter <clandmeter@gmail.com> pkgname=emby pkgver=3.0.5911 -pkgrel=2 +pkgrel=3 pkgdesc="Bring together your videos, music, photos, and live television" -url="http://emby.media" +url="https://emby.media" arch="x86_64 x86" license="GPL-2.0" depends="ffmpeg mono imagemagick sqlite" |