diff options
author | Britney Fransen <brfransen@gmail.com> | 2023-07-12 19:31:45 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2023-07-12 19:31:45 (GMT) |
commit | 1a350607d1eabf06f185f841db03ffb2f7c698cf (patch) | |
tree | 4f63c066e8f5b23615b4f1aad435ddf0216971db | |
parent | 282500bf5193efabfa504b0de97caab8e1bde906 (diff) | |
download | linhes_pkgbuild-1a350607d1eabf06f185f841db03ffb2f7c698cf.zip linhes_pkgbuild-1a350607d1eabf06f185f841db03ffb2f7c698cf.tar.gz linhes_pkgbuild-1a350607d1eabf06f185f841db03ffb2f7c698cf.tar.bz2 |
mythtv: update to latest fixes and remove qt-webkit dep
-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' |