summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a27d7f627fb0..7abf566d93b7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by makepkg 6.0.1
-# Mon Dec 20 18:32:09 UTC 2021
+# Thu Dec 30 16:20:23 UTC 2021
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 = 1
+ pkgrel = 2
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.4.7
+ depends = vdr-api=2.6.0
optdepends = vdr-epgsearch: Manage searchtimers
optdepends = vdr-streamdev: Stream live TV
optdepends = ffmpeg: Transcoding video streams
diff --git a/PKGBUILD b/PKGBUILD
index 7d1c3b171d54..b8ad52f33eed 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=1
-_vdrapi=2.4.7
+pkgrel=2
+_vdrapi=2.6.0
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"