summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Reimer2022-02-17 15:51:44 +0100
committerManuel Reimer2022-02-17 15:51:44 +0100
commitae1f83fe2b4093ad46a0301adaafc6f4cbef819d (patch)
tree2526bbaf9767457d3199f82668876a8a539098a9
parent7f22cb6e4f793bc2dbc8104af7ecbc8019f81704 (diff)
downloadaur-ae1f83fe2b4093ad46a0301adaafc6f4cbef819d.tar.gz
Sync from VDR4Arch (https://github.com/VDR4Arch/vdr4arch/commit/7dfcc97fea63efd432f3c277ea4dd153952ba5ba)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7abf566d93b7..412b8450448c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by makepkg 6.0.1
-# Thu Dec 30 16:20:23 UTC 2021
+# Thu Feb 17 14:51:43 UTC 2022
pkgbase = vdr-live
pkgdesc = Adds the possibility to control VDR and some of it's plugins by a web interface.
pkgver = 3.1.3
- pkgrel = 2
+ pkgrel = 3
epoch = 1
url = https://github.com/MarkusEh/vdr-plugin-live
install = vdr-live.install
@@ -15,7 +15,7 @@ pkgbase = vdr-live
license = GPL2
depends = pcre
depends = tntnet
- depends = vdr-api=2.6.0
+ depends = vdr-api=2.6.1
optdepends = vdr-epgsearch: Manage searchtimers
optdepends = vdr-streamdev: Stream live TV
optdepends = ffmpeg: Transcoding video streams
diff --git a/PKGBUILD b/PKGBUILD
index b8ad52f33eed..a350aa538c63 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Maintainer: Christopher Reimer <mail+vdr4arch[at]c-reimer[dot]de>
pkgname=vdr-live
pkgver=3.1.3
-pkgrel=2
-_vdrapi=2.6.0
+pkgrel=3
+_vdrapi=2.6.1
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"