summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2025-03-22 01:24:21 (GMT)
committerBritney Fransen <brfransen@gmail.com>2025-03-22 01:24:21 (GMT)
commit0100c36d9c097f624ca653d7ff2e63f7eb6b3702 (patch)
tree528545572c155ca640c822ddbfb4026a2723a223
parentb913a1ecaa8875f5e719d4941c6c365c778c23c3 (diff)
downloadlinhes_pkgbuild-0100c36d9c097f624ca653d7ff2e63f7eb6b3702.zip
linhes_pkgbuild-0100c36d9c097f624ca653d7ff2e63f7eb6b3702.tar.gz
linhes_pkgbuild-0100c36d9c097f624ca653d7ff2e63f7eb6b3702.tar.bz2
mythtv: update to 35+fixes
-rw-r--r--linhes/mythtv/PKGBUILD10
1 files changed, 4 insertions, 6 deletions
diff --git a/linhes/mythtv/PKGBUILD b/linhes/mythtv/PKGBUILD
index 5110f19..44729ae 100644
--- a/linhes/mythtv/PKGBUILD
+++ b/linhes/mythtv/PKGBUILD
@@ -7,7 +7,7 @@
# Contributor: dorphell <dorphell@archlinux.org>
pkgname=mythtv
-pkgver=34+fixes.20250222.d4f309f9
+pkgver=35+fixes.20250315.18acab14
pkgrel=1
pkgdesc="A Homebrew PVR project"
arch=('x86_64')
@@ -87,13 +87,12 @@ conflicts=('myththemes' 'mythplugins-mythvideo' 'mythtv-git')
replaces=('myththemes' 'mythplugins-mythvideo' 'mythtv-git')
patches="0031-UPnP-Reduce-startup-latency-by-moving-blocking-code-to-own-thread.patch
- 0059-portchecker-speedup.patch
0227-OSD-Add-interlaced-status-to-OSD-debug-screen.patch
autoskip_reduce_commskip_jumpback.patch
defaultThemeLinHES.patch"
source=(
- "git+https://github.com/MythTV/mythtv#branch=fixes/34"
+ "git+https://github.com/MythTV/mythtv#branch=fixes/35"
'mythbackend.service'
'mythfrontend.desktop'
'mythtv-setup.desktop'
@@ -111,7 +110,6 @@ sha256sums=('SKIP'
'ecfd02bbbef5de9773f4de2c52e9b2b382ce8137735f249d7900270d304fd333'
'470de0a4050c16c7af11a0e5cfe2810b7daae42df4acf5456c7eae274dc7c5ae'
'276f87058edc6197ab3a53faf6b4c485ef0d2b8447b9caa02ca7234f09ab473f'
- '1ed4be912cd1ebd73553306958b7a2bc98e466b947dfb5d90ad7c0590a5a3747'
'630c80c588a9b278c4421d356c5cbaa0debf149524bc896656b580b89d8fae88'
'8a81e724d902976056dc824e7304df343c230ce67ec6ce1d18e110c5ef818ef6'
'3ff9f48ead83a8dd7a87cc08df066c00813b48b9171cc7bf74ba0e3cb2570d00')
@@ -119,7 +117,7 @@ sha256sums=('SKIP'
prepare() {
msg2 "PKGBUILD pkgver: $pkgver"
cd "${srcdir}/mythtv/mythtv"
- gitsrcver=`echo "34+fixes.$(git show -s --format=%cd --date=short | tr -d -).$(git rev-parse --short=8 HEAD)"`
+ gitsrcver=`echo "35+fixes.$(git show -s --format=%cd --date=short | tr -d -).$(git rev-parse --short=8 HEAD)"`
msg2 "GIT SOURCE pkgver: $gitsrcver"
if [ $pkgver = $gitsrcver ]; then
warning "pkgver did NOT change. Consider increasing pkgrel ($pkgrel)."
@@ -140,7 +138,7 @@ prepare() {
pkgver() {
cd "${srcdir}/mythtv/mythtv"
- echo -n "34+fixes.$(git show -s --format=%cd --date=short | tr -d -).$(git rev-parse --short=8 HEAD)"
+ echo -n "35+fixes.$(git show -s --format=%cd --date=short | tr -d -).$(git rev-parse --short=8 HEAD)"
}
build() {