summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Reimer2024-01-28 22:49:02 +0100
committerManuel Reimer2024-01-28 22:49:02 +0100
commitd5ffca5c19bc45e2d261628a6789c5f3076331df (patch)
treec9d8b843d4b3b13cad21f87c9250ca0ee99ab584
parent4a18dadd9c7d7b9545770ff430d7e453bc4c4d79 (diff)
downloadaur-d5ffca5c19bc45e2d261628a6789c5f3076331df.tar.gz
Sync from VDR4Arch (https://github.com/VDR4Arch/vdr4arch/commit/662c587ccda59e57f14e85a57b5d1b85bfafcf65)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index afcdb3fbf987..b41cd51a5dee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vdr-live
pkgdesc = Adds the possibility to control VDR and some of it's plugins by a web interface.
pkgver = 3.3.4
- pkgrel = 2
+ pkgrel = 3
epoch = 1
url = https://github.com/MarkusEh/vdr-plugin-live
install = vdr-live.install
@@ -13,7 +13,7 @@ pkgbase = vdr-live
license = GPL2
depends = pcre2
depends = tntnet
- depends = vdr-api=2.6.5
+ depends = vdr-api=2.6.6
optdepends = vdr-epgsearch: Manage searchtimers
optdepends = vdr-streamdev: Stream live TV
optdepends = ffmpeg: Transcoding video streams
diff --git a/PKGBUILD b/PKGBUILD
index 76f605c983f5..2aa561b3f8e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Maintainer: Christopher Reimer <mail+vdr4arch[at]c-reimer[dot]de>
pkgname=vdr-live
pkgver=3.3.4
-pkgrel=2
-_vdrapi=2.6.5
+pkgrel=3
+_vdrapi=2.6.6
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"