summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpvdp2022-03-23 09:06:29 +0000
committerpvdp2022-03-23 09:06:29 +0000
commit7eeff598fcc11f78aa2aed628e8b8ef30a8542e0 (patch)
tree172e6ec67df5778e44d3443122459905718beca0
parent374a0503e4dff406313823cbe29439fd125bd1bf (diff)
downloadaur-7eeff598fcc11f78aa2aed628e8b8ef30a8542e0.tar.gz
Update to v32+fixes
-rw-r--r--.SRCINFO11
-rw-r--r--001-mythnetvision-configure.patch4
-rw-r--r--PKGBUILD6
3 files changed, 9 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cddbbf3ad1b2..a29b96168aa2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = mythplugins
- pkgver = 31+fixes.20210401.563a05b7
+ pkgver = 32+fixes.20220319.5432d116
pkgrel = 1
epoch = 0
url = http://www.mythtv.org
@@ -8,7 +8,7 @@ pkgbase = mythplugins
makedepends = dvdauthor
makedepends = dvd+rw-tools
makedepends = mesa-libgl
- makedepends = mythtv>=31+fixes.20210401.563a05b7
+ makedepends = mythtv>=32+fixes.20220319.5432d116
makedepends = perl-datetime-format-iso8601
makedepends = perl-date-manip
makedepends = perl-image-size
@@ -29,12 +29,12 @@ pkgbase = mythplugins
makedepends = perl-xml-xpath
makedepends = python-urllib3
makedepends = libcdio-paranoia
- source = git+https://github.com/MythTV/mythweb#branch=fixes/31
- source = git+https://github.com/MythTV/mythtv#branch=fixes/31
+ source = git+https://github.com/MythTV/mythweb#branch=fixes/32
+ source = git+https://github.com/MythTV/mythtv#branch=fixes/32
source = 001-mythnetvision-configure.patch
sha256sums = SKIP
sha256sums = SKIP
- sha256sums = 08c46792e5bae7060a9362b1952caf5dc783f2ad7c609bdd61abd974499329c7
+ sha256sums = 51c9fb042a3f2acf4ab9682cb48e9a123cf8f0e312fd8b25dd187bb56e0d701a
pkgname = mythplugins-mytharchive
pkgdesc = Create DVDs or archive recorded shows in MythTV
@@ -92,4 +92,3 @@ pkgname = mythplugins-mythzoneminder
depends = mythtv
depends = mariadb-libs
depends = zoneminder
-
diff --git a/001-mythnetvision-configure.patch b/001-mythnetvision-configure.patch
index e01f143b0104..6ccdb8d4767d 100644
--- a/001-mythnetvision-configure.patch
+++ b/001-mythnetvision-configure.patch
@@ -1,11 +1,9 @@
--- a/configure
+++ b/configure
-@@ -655,7 +655,7 @@
+@@ -630,7 +630,7 @@
check_py_lib xml || disable_netvision "Python XML library (xml)"
check_py_lib urllib || disable_netvision "Python URL library (urllib)"
-- check_py_lib urllib2 || disable_netvision "Python URL library 2 (urllib2)"
- check_py_lib oauth || disable_netvision "Python OAuth library (oauth)"
-+ check_py_lib urllib3 || disable_netvision "Python URL library 3 (urllib3)"
+ check_py_lib oauthlib || disable_netvision "Python OAuth library (oauth)"
disabled netvision && echo "Disabling MythNetvision due to missing dependencies."
diff --git a/PKGBUILD b/PKGBUILD
index 64e21c86f005..80f58805f1b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,9 +13,9 @@ pkgname=('mythplugins-mytharchive'
'mythplugins-mythweather'
'mythplugins-mythweb'
'mythplugins-mythzoneminder')
-br=fixes/31
+br=fixes/32
t="${br#*/}+${br%/[0-9][0-9]}"
-pkgver=31+fixes.20210401.563a05b7
+pkgver=32+fixes.20220319.5432d116
pkgrel=1
epoch=0
arch=('any')
@@ -32,7 +32,7 @@ source=("git+https://github.com/MythTV/mythweb#branch=$br"
)
sha256sums=('SKIP'
'SKIP'
- '08c46792e5bae7060a9362b1952caf5dc783f2ad7c609bdd61abd974499329c7')
+ '51c9fb042a3f2acf4ab9682cb48e9a123cf8f0e312fd8b25dd187bb56e0d701a')
pkgver() {
cd "${srcdir}/mythtv/$pkgbase"