diff options
Diffstat (limited to 'linhes/mythplugins/PKGBUILD')
-rw-r--r-- | linhes/mythplugins/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linhes/mythplugins/PKGBUILD b/linhes/mythplugins/PKGBUILD index 98b2ca0..bc2d9ae 100644 --- a/linhes/mythplugins/PKGBUILD +++ b/linhes/mythplugins/PKGBUILD @@ -14,7 +14,7 @@ pkgname=('mythplugins-mytharchive' 'mythplugins-mythzoneminder') br=fixes/34 t="${br#*/}+${br%/[0-9][0-9]}" -pkgver=34+fixes.20240220.a88dd47b +pkgver=34+fixes.20240305.9da0ddcc pkgrel=1 epoch=0 arch=('any') @@ -72,7 +72,7 @@ package_mythplugins-mythgame() { package_mythplugins-mythmusic() { pkgdesc="Music playing plugin for MythTV" - depends=('mythtv' 'libcdio-paranoia') + depends=('mythtv' 'libcdio-paranoia' 'libdiscid' 'libmusicbrainz5') cd "$srcdir/mythtv/$pkgbase/mythmusic" make INSTALL_ROOT="$pkgdir" install |