Update to v2.0.1

This commit is contained in:
Marius Lindvall
2021-05-11 23:27:17 +02:00
parent dda46f903a
commit 2ecc810d1b
2 changed files with 6 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
pkgbase = jellyfin-mpv-shim pkgbase = jellyfin-mpv-shim
pkgdesc = Cast media from Jellyfin Mobile and Web apps to MPV pkgdesc = Cast media from Jellyfin Mobile and Web apps to MPV
pkgver = 2.0.0 pkgver = 2.0.1
pkgrel = 1 pkgrel = 1
url = https://github.com/jellyfin/jellyfin-mpv-shim url = https://github.com/jellyfin/jellyfin-mpv-shim
install = jellyfin-mpv-shim.install install = jellyfin-mpv-shim.install
@@ -10,7 +10,6 @@ pkgbase = jellyfin-mpv-shim
makedepends = gettext makedepends = gettext
depends = mpv depends = mpv
depends = python>=3.6 depends = python>=3.6
depends = python-pydantic
depends = python-mpv depends = python-mpv
depends = python-mpv-jsonipc>=1.1.9 depends = python-mpv-jsonipc>=1.1.9
depends = python-jellyfin-apiclient>=1.7.2 depends = python-jellyfin-apiclient>=1.7.2
@@ -21,8 +20,8 @@ pkgbase = jellyfin-mpv-shim
optdepends = svp: SmoothVideo Project server optdepends = svp: SmoothVideo Project server
optdepends = mpv-shim-default-shaders: default shader pack optdepends = mpv-shim-default-shaders: default shader pack
optdepends = python-pypresence: Discord Rich Presence integration optdepends = python-pypresence: Discord Rich Presence integration
source = jellyfin-mpv-shim-2.0.0.tar.gz::https://github.com/jellyfin/jellyfin-mpv-shim/archive/v2.0.0.tar.gz source = jellyfin-mpv-shim-2.0.1.tar.gz::https://github.com/jellyfin/jellyfin-mpv-shim/archive/v2.0.1.tar.gz
sha256sums = f9adf44c4ea0fa0eae1ffc07753cf047c99cfbbf7d89d9943aa46ac43470fe58 sha256sums = 14eaec91a93df8db96fc6a541e2b5adf21c8c7c0f61f997e2f60a63ab591ccbb
pkgname = jellyfin-mpv-shim pkgname = jellyfin-mpv-shim

View File

@@ -1,13 +1,13 @@
# Maintainer: Marius Lindvall <(firstname) {cat} varden {dog} info> # Maintainer: Marius Lindvall <(firstname) {cat} varden {dog} info>
pkgname=jellyfin-mpv-shim pkgname=jellyfin-mpv-shim
pkgver='2.0.0' pkgver='2.0.1'
pkgrel=1 pkgrel=1
pkgdesc="Cast media from Jellyfin Mobile and Web apps to MPV" pkgdesc="Cast media from Jellyfin Mobile and Web apps to MPV"
arch=('any') arch=('any')
url='https://github.com/jellyfin/jellyfin-mpv-shim' url='https://github.com/jellyfin/jellyfin-mpv-shim'
license=('MIT') license=('MIT')
depends=('mpv' 'python>=3.6' 'python-pydantic' 'python-mpv' 'python-mpv-jsonipc>=1.1.9' 'python-jellyfin-apiclient>=1.7.2' 'tk') depends=('mpv' 'python>=3.6' 'python-mpv' 'python-mpv-jsonipc>=1.1.9' 'python-jellyfin-apiclient>=1.7.2' 'tk')
makedepends=('python-setuptools' 'gettext') makedepends=('python-setuptools' 'gettext')
optdepends=('python-pystray: systray support' optdepends=('python-pystray: systray support'
'python-jinja: display mirroring support' 'python-jinja: display mirroring support'
@@ -16,7 +16,7 @@ optdepends=('python-pystray: systray support'
'mpv-shim-default-shaders: default shader pack' 'mpv-shim-default-shaders: default shader pack'
'python-pypresence: Discord Rich Presence integration') 'python-pypresence: Discord Rich Presence integration')
source=("$pkgname-$pkgver.tar.gz::https://github.com/jellyfin/jellyfin-mpv-shim/archive/v$pkgver.tar.gz") source=("$pkgname-$pkgver.tar.gz::https://github.com/jellyfin/jellyfin-mpv-shim/archive/v$pkgver.tar.gz")
sha256sums=('f9adf44c4ea0fa0eae1ffc07753cf047c99cfbbf7d89d9943aa46ac43470fe58') sha256sums=('14eaec91a93df8db96fc6a541e2b5adf21c8c7c0f61f997e2f60a63ab591ccbb')
install="$pkgname.install" install="$pkgname.install"
build() { build() {