diff options
author | Britney Fransen <brfransen@gmail.com> | 2024-03-08 05:06:20 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2024-03-08 05:06:20 (GMT) |
commit | 35b069b579d082f0afa451455c078e95990ccde9 (patch) | |
tree | 4aba56e14b3d792e9aecdc6d85b982de646fe76a | |
parent | 4f63a2525a4b5622ac126385f0bf7a18fe12ff75 (diff) | |
download | linhes_pkgbuild-35b069b579d082f0afa451455c078e95990ccde9.zip linhes_pkgbuild-35b069b579d082f0afa451455c078e95990ccde9.tar.gz linhes_pkgbuild-35b069b579d082f0afa451455c078e95990ccde9.tar.bz2 |
mythtv & mythplugins: update to latest -fixes
-rw-r--r-- | linhes/mythplugins/PKGBUILD | 4 | ||||
-rw-r--r-- | linhes/mythtv/PKGBUILD | 2 |
2 files changed, 3 insertions, 3 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 diff --git a/linhes/mythtv/PKGBUILD b/linhes/mythtv/PKGBUILD index 908e5aa..c3f4cbe 100644 --- a/linhes/mythtv/PKGBUILD +++ b/linhes/mythtv/PKGBUILD @@ -7,7 +7,7 @@ # Contributor: dorphell <dorphell@archlinux.org> pkgname=mythtv -pkgver=34+fixes.20240220.a88dd47b +pkgver=34+fixes.20240305.9da0ddcc pkgrel=1 pkgdesc="A Homebrew PVR project" arch=('x86_64') |