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

View File

@@ -2,12 +2,12 @@
pkgname=jellyfin-mpv-shim pkgname=jellyfin-mpv-shim
pkgver='1.5.7' pkgver='1.5.7'
pkgrel=1 pkgrel=2
pkgdesc="Cast media from Jellyfin Mobile and Web apps to MPV. (Unofficial)" pkgdesc="Cast media from Jellyfin Mobile and Web apps to MPV. (Unofficial)"
arch=('any') arch=('any')
url='https://github.com/iwalton3/jellyfin-mpv-shim' url='https://github.com/iwalton3/jellyfin-mpv-shim'
license=('MIT') 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') makedepends=('python-setuptools')
optdepends=('python-pystray: systray support' optdepends=('python-pystray: systray support'
'python-jinja: display mirroring support' 'python-jinja: display mirroring support'