summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d6db963209ce..97daec10e824 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mythtv
pkgdesc = A Homebrew PVR project
- pkgver = 32+fixes.20220310.ae60e830
+ pkgver = 32+fixes.20221129.44f88ed4
pkgrel = 1
url = https://www.mythtv.org/
arch = x86_64
@@ -43,8 +43,8 @@ pkgbase = mythtv
depends = libxml2
depends = libxrandr
depends = libzip
+ depends = lzo
depends = qt5-script
- depends = qt5-webkit
depends = soundtouch
depends = taglib
depends = x264
diff --git a/PKGBUILD b/PKGBUILD
index c97fb8dd24bd..b8a9a1f30b63 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
# Contributor: dorphell <dorphell@archlinux.org>
pkgname=mythtv
-pkgver=32+fixes.20220310.ae60e830
+pkgver=32+fixes.20221129.44f88ed4
pkgrel=1
pkgdesc="A Homebrew PVR project"
arch=('x86_64')
@@ -32,8 +32,8 @@ depends=(
'libxml2'
'libxrandr'
'libzip'
+ 'lzo'
'qt5-script'
- 'qt5-webkit'
'soundtouch'
'taglib'
'x264'