Update to v1.5.10
This commit is contained in:
6
.SRCINFO
6
.SRCINFO
@@ -1,6 +1,6 @@
|
|||||||
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.9
|
pkgver = 1.5.10
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/iwalton3/jellyfin-mpv-shim
|
url = https://github.com/iwalton3/jellyfin-mpv-shim
|
||||||
arch = any
|
arch = any
|
||||||
@@ -17,8 +17,8 @@ pkgbase = jellyfin-mpv-shim
|
|||||||
optdepends = python-pywebview: desktop client and display mirroring support
|
optdepends = python-pywebview: desktop client and display mirroring support
|
||||||
optdepends = python-werkzeug: desktop client support
|
optdepends = python-werkzeug: desktop client support
|
||||||
optdepends = python-flask: desktop client support
|
optdepends = python-flask: desktop client support
|
||||||
source = https://github.com/iwalton3/jellyfin-mpv-shim/archive/v1.5.9.tar.gz
|
source = https://github.com/iwalton3/jellyfin-mpv-shim/archive/v1.5.10.tar.gz
|
||||||
sha256sums = e318663b711acbbc103b28acaa3e9ebd280ef36593f6e18f9307b01df95f3952
|
sha256sums = 8508da8bf63d7f619ae9c892823395277151b5d310f314a58441a4b175d9c4db
|
||||||
|
|
||||||
pkgname = jellyfin-mpv-shim
|
pkgname = jellyfin-mpv-shim
|
||||||
|
|
||||||
|
4
PKGBUILD
4
PKGBUILD
@@ -1,7 +1,7 @@
|
|||||||
# 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='1.5.9'
|
pkgver='1.5.10'
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
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')
|
||||||
@@ -15,7 +15,7 @@ optdepends=('python-pystray: systray support'
|
|||||||
'python-werkzeug: desktop client support'
|
'python-werkzeug: desktop client support'
|
||||||
'python-flask: desktop client support')
|
'python-flask: desktop client support')
|
||||||
source=("https://github.com/iwalton3/jellyfin-mpv-shim/archive/v$pkgver.tar.gz")
|
source=("https://github.com/iwalton3/jellyfin-mpv-shim/archive/v$pkgver.tar.gz")
|
||||||
sha256sums=('e318663b711acbbc103b28acaa3e9ebd280ef36593f6e18f9307b01df95f3952')
|
sha256sums=('8508da8bf63d7f619ae9c892823395277151b5d310f314a58441a4b175d9c4db')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${srcdir}/jellyfin-mpv-shim-${pkgver}"
|
cd "${srcdir}/jellyfin-mpv-shim-${pkgver}"
|
||||||
|
Reference in New Issue
Block a user