diff options
-rw-r--r-- | linhes/mythtv/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linhes/mythtv/PKGBUILD b/linhes/mythtv/PKGBUILD index 016bd89..8033709 100644 --- a/linhes/mythtv/PKGBUILD +++ b/linhes/mythtv/PKGBUILD @@ -7,7 +7,7 @@ # Contributor: dorphell <dorphell@archlinux.org> pkgname=mythtv -pkgver=32+fixes.20230121.71d44aff +pkgver=32+fixes.20230121.35f323c8 pkgrel=1 pkgdesc="A Homebrew PVR project" arch=('x86_64') @@ -53,6 +53,7 @@ depends=( 'python-requests' 'python-requests-cache' 'python-simplejson' + 'xmltv' ) makedepends=( 'git' |