summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b41cd51a5dee..e2b21c60853c 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 = 3
+ pkgver = 3.3.5
+ pkgrel = 1
epoch = 1
url = https://github.com/MarkusEh/vdr-plugin-live
install = vdr-live.install
@@ -13,14 +13,14 @@ pkgbase = vdr-live
license = GPL2
depends = pcre2
depends = tntnet
- depends = vdr-api=2.6.6
+ depends = vdr-api=2.6.7
optdepends = vdr-epgsearch: Manage searchtimers
optdepends = vdr-streamdev: Stream live TV
optdepends = ffmpeg: Transcoding video streams
backup = etc/vdr/conf.avail/50-live.conf
- source = vdr-live-3.3.4.tar.gz::https://github.com/MarkusEh/vdr-plugin-live/archive/v3.3.4.tar.gz
+ source = vdr-live-3.3.5.tar.gz::https://github.com/MarkusEh/vdr-plugin-live/archive/v3.3.5.tar.gz
source = 50-live.conf
- sha256sums = 9ffa4716c028cc4c1883ceedcdd2b0c4dff5cb84993287ced23b639b3f8779e4
+ sha256sums = 8b41fe5c885e9f2e4fab470feda89742885567885d93b6435692ce1c7c320fee
sha256sums = a14466937a4c618341ca3120bf353ca5b207dda0aca3b605532d3500415d7fea
pkgname = vdr-live
diff --git a/PKGBUILD b/PKGBUILD
index 2aa561b3f8e0..772bac4c7cad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Christopher Reimer <mail+vdr4arch[at]c-reimer[dot]de>
pkgname=vdr-live
-pkgver=3.3.4
-pkgrel=3
-_vdrapi=2.6.6
+pkgver=3.3.5
+pkgrel=1
+_vdrapi=2.6.7
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"
@@ -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=('9ffa4716c028cc4c1883ceedcdd2b0c4dff5cb84993287ced23b639b3f8779e4'
+sha256sums=('8b41fe5c885e9f2e4fab470feda89742885567885d93b6435692ce1c7c320fee'
'a14466937a4c618341ca3120bf353ca5b207dda0aca3b605532d3500415d7fea')
build() {