summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Reimer2021-09-11 13:16:18 +0200
committerManuel Reimer2021-09-11 13:16:18 +0200
commit466e12ba1a658cb026398fe262e2187b4eb20965 (patch)
treebf600aaed9d5762be973736fd9c9051ff764ee3c
parent0bfe0f7e2af1083e0699c0e1a5a3bc2cdcedfc89 (diff)
downloadaur-466e12ba1a658cb026398fe262e2187b4eb20965.tar.gz
Sync from VDR4Arch (https://github.com/VDR4Arch/vdr4arch/commit/fa4eb3c379cf270351f5f7b2cbf255cbe66e92d5)
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bda1de6389e9..4ad277ce88b9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
-# Generated by makepkg 5.2.2
-# Sat May 1 09:29:17 UTC 2021
+# Generated by makepkg 6.0.1
+# Sat Sep 11 11:16:17 UTC 2021
pkgbase = vdr-live
pkgdesc = Adds the possibility to control VDR and some of it's plugins by a web interface.
- pkgver = 3.0.6
- pkgrel = 2
+ pkgver = 3.0.10
+ pkgrel = 1
epoch = 1
url = https://github.com/MarkusEh/vdr-plugin-live
install = vdr-live.install
@@ -20,10 +20,9 @@ pkgbase = vdr-live
optdepends = vdr-streamdev: Stream live TV
optdepends = ffmpeg: Transcoding video streams
backup = etc/vdr/conf.avail/50-live.conf
- source = vdr-live-3.0.6.tar.gz::https://github.com/MarkusEh/vdr-plugin-live/archive/v3.0.6.tar.gz
+ source = vdr-live-3.0.10.tar.gz::https://github.com/MarkusEh/vdr-plugin-live/archive/v3.0.10.tar.gz
source = 50-live.conf
- sha256sums = b7a877db61e35a3d4ea2a13506c62543afaa6498bcc1cf96456cd914e8fe043c
+ sha256sums = 2162acd978ee754ac2388a782a52a05bd88bfe2fb29a924a47c00f1ed3a33f46
sha256sums = a14466937a4c618341ca3120bf353ca5b207dda0aca3b605532d3500415d7fea
pkgname = vdr-live
-
diff --git a/PKGBUILD b/PKGBUILD
index 8d6df07eb433..9137813df8e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
# Maintainer: Christopher Reimer <mail+vdr4arch[at]c-reimer[dot]de>
pkgname=vdr-live
-pkgver=3.0.6
-epoch=1
+pkgver=3.0.10
+pkgrel=1
_vdrapi=2.4.7
-pkgrel=2
+epoch=1
pkgdesc="Adds the possibility to control VDR and some of it's plugins by a web interface."
url="https://github.com/MarkusEh/vdr-plugin-live"
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h')
@@ -19,7 +19,7 @@ _plugname=${pkgname//vdr-/}
source=("$pkgname-$pkgver.tar.gz::https://github.com/MarkusEh/vdr-plugin-live/archive/v$pkgver.tar.gz"
"50-$_plugname.conf")
backup=("etc/vdr/conf.avail/50-$_plugname.conf")
-sha256sums=('b7a877db61e35a3d4ea2a13506c62543afaa6498bcc1cf96456cd914e8fe043c'
+sha256sums=('2162acd978ee754ac2388a782a52a05bd88bfe2fb29a924a47c00f1ed3a33f46'
'a14466937a4c618341ca3120bf353ca5b207dda0aca3b605532d3500415d7fea')
build() {