Update to v1.5.8
This commit is contained in:
8
.SRCINFO
8
.SRCINFO
@@ -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 = 3
|
||||
pkgver = 1.5.8
|
||||
pkgrel = 1
|
||||
url = https://github.com/iwalton3/jellyfin-mpv-shim
|
||||
arch = any
|
||||
license = MIT
|
||||
@@ -17,8 +17,8 @@ pkgbase = jellyfin-mpv-shim
|
||||
optdepends = python-pywebview: desktop client and display mirroring support
|
||||
optdepends = python-werkzeug: desktop client support
|
||||
optdepends = python-flask: desktop client support
|
||||
source = https://github.com/iwalton3/jellyfin-mpv-shim/archive/v1.5.7.tar.gz
|
||||
sha256sums = 0006c228473fb3df8fc849a7c22908dcd9afe77e1ffc1207098c1a068150bc38
|
||||
source = https://github.com/iwalton3/jellyfin-mpv-shim/archive/v1.5.8.tar.gz
|
||||
sha256sums = 05ef4b4e4ef102d2d9f6c50d8153b5ed9d1a7ae21798e128cf88ba04156ec36e
|
||||
|
||||
pkgname = jellyfin-mpv-shim
|
||||
|
||||
|
8
PKGBUILD
8
PKGBUILD
@@ -1,8 +1,8 @@
|
||||
# Maintainer: Marius Lindvall <(firstname) {cat} varden {dog} info>
|
||||
|
||||
pkgname=jellyfin-mpv-shim
|
||||
pkgver='1.5.7'
|
||||
pkgrel=3
|
||||
pkgver='1.5.8'
|
||||
pkgrel=1
|
||||
pkgdesc="Cast media from Jellyfin Mobile and Web apps to MPV. (Unofficial)"
|
||||
arch=('any')
|
||||
url='https://github.com/iwalton3/jellyfin-mpv-shim'
|
||||
@@ -14,8 +14,8 @@ optdepends=('python-pystray: systray support'
|
||||
'python-pywebview: desktop client and display mirroring support'
|
||||
'python-werkzeug: desktop client support'
|
||||
'python-flask: desktop client support')
|
||||
source=("https://github.com/iwalton3/jellyfin-mpv-shim/archive/v1.5.7.tar.gz")
|
||||
sha256sums=('0006c228473fb3df8fc849a7c22908dcd9afe77e1ffc1207098c1a068150bc38')
|
||||
source=("https://github.com/iwalton3/jellyfin-mpv-shim/archive/v$pkgver.tar.gz")
|
||||
sha256sums=('05ef4b4e4ef102d2d9f6c50d8153b5ed9d1a7ae21798e128cf88ba04156ec36e')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/jellyfin-mpv-shim-${pkgver}"
|
||||
|
Reference in New Issue
Block a user