summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Bunton2023-04-10 10:05:09 +0100
committerJohn2023-04-10 10:06:54 +0100
commit3891c73259b2e0fde8f2c756fb938bb47039e61e (patch)
treed885a7aa7f6fa8074d4e8a148399f1bb0305c6ec
parent420a1a42471d80daff3e0c0261adf9b99d5e372b (diff)
downloadaur-3891c73259b2e0fde8f2c756fb938bb47039e61e.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 d604103ef5b8..e8bd034f722e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mythtv-git
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-git
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 f0af79981821..10d0936b3bf8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
# Contributor: dorphell <dorphell@archlinux.org>
pkgname=mythtv-git
-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'