Update dependency versions

This commit is contained in:
Marius Lindvall
2020-04-12 09:35:50 +02:00
parent 425e8bee9a
commit ee44e005f6
2 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
pkgbase = jellyfin-mpv-shim
pkgdesc = Cast media from Jellyfin Mobile and Web apps to MPV. (Unofficial)
pkgver = 1.5.7
pkgrel = 1
pkgrel = 2
url = https://github.com/iwalton3/jellyfin-mpv-shim
arch = any
license = MIT
@@ -9,7 +9,7 @@ pkgbase = jellyfin-mpv-shim
depends = mpv
depends = python>=3.6
depends = python-mpv
depends = python-mpv-jsonipc>=1.1.8
depends = python-mpv-jsonipc>=1.1.9
depends = python-jellyfin-apiclient>=1.4.0
depends = tk
optdepends = python-pystray: systray support

View File

@@ -2,12 +2,12 @@
pkgname=jellyfin-mpv-shim
pkgver='1.5.7'
pkgrel=1
pkgrel=2
pkgdesc="Cast media from Jellyfin Mobile and Web apps to MPV. (Unofficial)"
arch=('any')
url='https://github.com/iwalton3/jellyfin-mpv-shim'
license=('MIT')
depends=('mpv' 'python>=3.6' 'python-mpv' 'python-mpv-jsonipc>=1.1.8' 'python-jellyfin-apiclient>=1.4.0' 'tk')
depends=('mpv' 'python>=3.6' 'python-mpv' 'python-mpv-jsonipc>=1.1.9' 'python-jellyfin-apiclient>=1.4.0' 'tk')
makedepends=('python-setuptools')
optdepends=('python-pystray: systray support'
'python-jinja: display mirroring support'