summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Reimer2021-12-30 17:20:25 +0100
committerManuel Reimer2021-12-30 17:20:25 +0100
commit7f22cb6e4f793bc2dbc8104af7ecbc8019f81704 (patch)
tree0caed4ff834c235eefbfda3b5d85d9ecdeb2cab7
parent97cf61be26e8f6b1c9c0f9926ddfd4b58c58b975 (diff)
downloadaur-7f22cb6e4f793bc2dbc8104af7ecbc8019f81704.tar.gz
Sync from VDR4Arch (https://github.com/VDR4Arch/vdr4arch/commit/de1af7ba166ee7e30848b5ed0cffbef3e592c30b)
-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"