diff options
Diffstat (limited to 'linhes/mythplugins')
-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 bc2d9ae..e0142a8 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.20240305.9da0ddcc +pkgver=34+fixes.20240311.5590d0d5 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' 'libdiscid' 'libmusicbrainz5') + depends=('mythtv' 'libcdio-paranoia' 'libdiscid' 'libmusicbrainz5' 'libcoverart') cd "$srcdir/mythtv/$pkgbase/mythmusic" make INSTALL_ROOT="$pkgdir" install |