diff options
author | Britney Fransen <brfransen@gmail.com> | 2024-05-04 00:34:18 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2024-05-04 00:34:18 (GMT) |
commit | 1498bab5628d01f960f244b162e93d970bf776ad (patch) | |
tree | 282f34359a0b0d72e264e17ebbc94d559f99032a | |
parent | 5609f6e7138dc0a8f24db87b6bb8a665becb3906 (diff) | |
download | linhes_pkgbuild-1498bab5628d01f960f244b162e93d970bf776ad.zip linhes_pkgbuild-1498bab5628d01f960f244b162e93d970bf776ad.tar.gz linhes_pkgbuild-1498bab5628d01f960f244b162e93d970bf776ad.tar.bz2 |
mythtv: update to latest
-rw-r--r-- | linhes/mythtv/PKGBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/linhes/mythtv/PKGBUILD b/linhes/mythtv/PKGBUILD index 2f9733f..60f3510 100644 --- a/linhes/mythtv/PKGBUILD +++ b/linhes/mythtv/PKGBUILD @@ -7,7 +7,7 @@ # Contributor: dorphell <dorphell@archlinux.org> pkgname=mythtv -pkgver=34+fixes.20240311.5590d0d5 +pkgver=34+fixes.20240325.d6398e09 pkgrel=1 pkgdesc="A Homebrew PVR project" arch=('x86_64') @@ -74,9 +74,11 @@ makedepends=( 'python-future' 'python-lxml' 'python-mysqlclient' + 'python-pip' 'python-requests' 'python-setuptools' 'python-simplejson' + 'python-wheel' 'qt5-tools' 'yasm' ) |