summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpvdp2023-04-15 23:21:54 +0000
committerpvdp2023-04-15 23:21:54 +0000
commit971b078e918f2b9faab04d69650feb209fb5de96 (patch)
tree243ee128f8eacca0372229e05809f9aff3ea1222
parent7eeff598fcc11f78aa2aed628e8b8ef30a8542e0 (diff)
downloadaur-971b078e918f2b9faab04d69650feb209fb5de96.tar.gz
Initial update to v33.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a29b96168aa2..6151238f8dd8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = mythplugins
- pkgver = 32+fixes.20220319.5432d116
+ pkgver = 33.1.r11.g51cb10a678
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>=32+fixes.20220319.5432d116
+ makedepends = mythtv-git>=33.1.r11.g51cb10a678
makedepends = perl-datetime-format-iso8601
makedepends = perl-date-manip
makedepends = perl-image-size
@@ -29,8 +29,8 @@ pkgbase = mythplugins
makedepends = perl-xml-xpath
makedepends = python-urllib3
makedepends = libcdio-paranoia
- source = git+https://github.com/MythTV/mythweb#branch=fixes/32
- source = git+https://github.com/MythTV/mythtv#branch=fixes/32
+ source = git+https://github.com/MythTV/mythweb#branch=fixes/33
+ source = git+https://github.com/MythTV/mythtv#branch=fixes/33
source = 001-mythnetvision-configure.patch
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 80f58805f1b7..9230d852e5d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,15 +13,15 @@ pkgname=('mythplugins-mytharchive'
'mythplugins-mythweather'
'mythplugins-mythweb'
'mythplugins-mythzoneminder')
-br=fixes/32
+br=fixes/33
t="${br#*/}+${br%/[0-9][0-9]}"
-pkgver=32+fixes.20220319.5432d116
+pkgver=33.1.r11.g51cb10a678
pkgrel=1
epoch=0
arch=('any')
url="http://www.mythtv.org"
license=('GPL')
-makedepends=('dvdauthor' 'dvd+rw-tools' 'mesa-libgl' "mythtv>=$pkgver"
+makedepends=('dvdauthor' 'dvd+rw-tools' 'mesa-libgl' "mythtv-git>=$pkgver"
'perl-datetime-format-iso8601' 'perl-date-manip' 'perl-image-size' 'perl-cgi'
'perl-json' 'perl-libwww' 'perl-soap-lite' 'perl-xml-simple' 'perl-xml-xpath' 'libhdhomerun'
'python-pillow' 'python-pycurl' 'python-oauthlib' 'gdb' 'mariadb-libs' 'minizip'
@@ -36,7 +36,7 @@ sha256sums=('SKIP'
pkgver() {
cd "${srcdir}/mythtv/$pkgbase"
- echo -n "$t.$(git show -s --format=%cd --date=short | tr -d -).$(git rev-parse --short=8 HEAD)"
+ printf "%s" "$(git describe --long | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g')"
}
prepare() {