summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Bunton2022-12-27 23:40:47 +1100
committerJames Bunton2022-12-27 23:40:47 +1100
commitde683d43c765828992ef2ff4faed51866e6861ef (patch)
treecbc441bf4cc57631c6223acaed50ec55bc1700de
parent9bb4d342d6b647c6d0bccabd82fd807a4c3266fc (diff)
downloadaur-mythtv.tar.gz
Fixed dependencies and bumped version
-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'