diff options
-rw-r--r-- | linhes/mythtv/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/linhes/mythtv/PKGBUILD b/linhes/mythtv/PKGBUILD index cc33f24..abb8ddf 100644 --- a/linhes/mythtv/PKGBUILD +++ b/linhes/mythtv/PKGBUILD @@ -7,8 +7,8 @@ # Contributor: dorphell <dorphell@archlinux.org> pkgname=mythtv -pkgver=33+fixes.20230423.c4b7e4c4 -pkgrel=2 +pkgver=33+fixes.20230702.83e1df82 +pkgrel=1 pkgdesc="A Homebrew PVR project" arch=('x86_64') url="https://www.mythtv.org/" @@ -31,7 +31,6 @@ depends=( 'libxrandr' 'libzip' 'qt5-script' - 'qt5-webkit' 'soundtouch' 'taglib' 'x264' @@ -50,6 +49,7 @@ depends=( 'python-future' 'python-lxml' 'python-mysqlclient' + 'python-pyqt5-webengine' 'python-requests' 'python-requests-cache' 'python-simplejson' |