summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Reimer2022-12-19 14:54:27 +0100
committerManuel Reimer2022-12-19 14:54:27 +0100
commitbcafdb10c344d454a63d2be9dbe38122fb302964 (patch)
tree4978ca16816f6a7de32b0e36c5dfa7b3da4dfe56
parent90aed05578d9fe4dde1cb4fa15b489f2eb6ce389 (diff)
downloadaur-bcafdb10c344d454a63d2be9dbe38122fb302964.tar.gz
Sync from VDR4Arch (https://github.com/VDR4Arch/vdr4arch/commit/31ccfe0fc18cc5084e7b6a7f21ce13384f918782)
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f01eaf2b2a39..f27106a05877 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
-# Generated by makepkg 6.0.1
-# Thu Aug 18 11:47:41 UTC 2022
+# Generated by makepkg 6.0.2
+# Mon Dec 19 13:54:26 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.7
- pkgrel = 1
+ pkgver = 3.1.8
+ pkgrel = 2
epoch = 1
url = https://github.com/MarkusEh/vdr-plugin-live
install = vdr-live.install
@@ -15,14 +15,14 @@ pkgbase = vdr-live
license = GPL2
depends = pcre2
depends = tntnet
- depends = vdr-api=2.6.1
+ depends = vdr-api=2.6.3
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.1.7.tar.gz::https://github.com/MarkusEh/vdr-plugin-live/archive/v3.1.7.tar.gz
+ source = vdr-live-3.1.8.tar.gz::https://github.com/MarkusEh/vdr-plugin-live/archive/v3.1.8.tar.gz
source = 50-live.conf
- sha256sums = 52b2621a2495f7efd4696364ec89071f38755c003bb7bf4796f8b5fc1d3a03cf
+ sha256sums = b7f50e68336964d2872ec5f06c3a29106ef5a2c314eadc653fde4f2cd9efabb2
sha256sums = a14466937a4c618341ca3120bf353ca5b207dda0aca3b605532d3500415d7fea
pkgname = vdr-live
diff --git a/PKGBUILD b/PKGBUILD
index 295e93e33fdc..442386c1d982 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Christopher Reimer <mail+vdr4arch[at]c-reimer[dot]de>
pkgname=vdr-live
-pkgver=3.1.7
-pkgrel=1
-_vdrapi=2.6.1
+pkgver=3.1.8
+pkgrel=2
+_vdrapi=2.6.3
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=('52b2621a2495f7efd4696364ec89071f38755c003bb7bf4796f8b5fc1d3a03cf'
+sha256sums=('b7f50e68336964d2872ec5f06c3a29106ef5a2c314eadc653fde4f2cd9efabb2'
'a14466937a4c618341ca3120bf353ca5b207dda0aca3b605532d3500415d7fea')
build() {