diff options
author | Britney Fransen <brfransen@gmail.com> | 2023-10-06 21:03:25 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2023-10-06 21:03:25 (GMT) |
commit | de1e111f931d13356fd1fc227001a40be0a82a70 (patch) | |
tree | 5a9a16809cdf8c22d35b9f2b957bb2e4fae17070 /linhes/mythtv/PKGBUILD | |
parent | a896ced23cee1bb20dac91d9558e9c019edda683 (diff) | |
download | linhes_pkgbuild-de1e111f931d13356fd1fc227001a40be0a82a70.zip linhes_pkgbuild-de1e111f931d13356fd1fc227001a40be0a82a70.tar.gz linhes_pkgbuild-de1e111f931d13356fd1fc227001a40be0a82a70.tar.bz2 |
mythtv: update to latest -fixes
Diffstat (limited to 'linhes/mythtv/PKGBUILD')
-rw-r--r-- | linhes/mythtv/PKGBUILD | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/linhes/mythtv/PKGBUILD b/linhes/mythtv/PKGBUILD index 7a141b4..fa941af 100644 --- a/linhes/mythtv/PKGBUILD +++ b/linhes/mythtv/PKGBUILD @@ -7,7 +7,7 @@ # Contributor: dorphell <dorphell@archlinux.org> pkgname=mythtv -pkgver=33+fixes.20230815.21d2d9d9 +pkgver=33+fixes.20230926.26e76a39 pkgrel=1 pkgdesc="A Homebrew PVR project" arch=('x86_64') @@ -86,8 +86,7 @@ patches="0031-UPnP-Reduce-startup-latency-by-moving-blocking-code-to-own-thread. 0059-portchecker-speedup.patch 0227-OSD-Add-interlaced-status-to-OSD-debug-screen.patch autoskip_reduce_commskip_jumpback.patch - defaultThemeLinHES.patch - mythfrontend_en_us.ts_Title_Case.patch" + defaultThemeLinHES.patch" source=( "git+https://github.com/MythTV/mythtv#branch=fixes/33" @@ -110,8 +109,7 @@ sha256sums=('SKIP' '1ed4be912cd1ebd73553306958b7a2bc98e466b947dfb5d90ad7c0590a5a3747' '630c80c588a9b278c4421d356c5cbaa0debf149524bc896656b580b89d8fae88' '8a81e724d902976056dc824e7304df343c230ce67ec6ce1d18e110c5ef818ef6' - 'ef1d0053d862a9c714093d375e20c96418d665fa504a5b8f30621a271d416dd8' - '6c6047d676635375f44fd219b989ed99602ed3260a8a5757195831dcc8a7c1bc') + 'ef1d0053d862a9c714093d375e20c96418d665fa504a5b8f30621a271d416dd8') prepare() { msg2 "PKGBUILD pkgver: $pkgver" |