summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Reimer2022-08-18 13:47:41 +0200
committerManuel Reimer2022-08-18 13:47:41 +0200
commit90aed05578d9fe4dde1cb4fa15b489f2eb6ce389 (patch)
tree35746fa0ed8add22f4cab70bef91926972c77a41
parent1cbf772f9ef70fd02e5b8893e4985679ba93be46 (diff)
downloadaur-90aed05578d9fe4dde1cb4fa15b489f2eb6ce389.tar.gz
Sync from VDR4Arch (https://github.com/VDR4Arch/vdr4arch/commit/b59713d0e70c5e8fa5b1447cf3ad56eaf36fdb89)
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 81d6a33143a9..f01eaf2b2a39 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by makepkg 6.0.1
-# Mon Jul 25 17:44:43 UTC 2022
+# Thu Aug 18 11:47:41 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.6
+ pkgver = 3.1.7
pkgrel = 1
epoch = 1
url = https://github.com/MarkusEh/vdr-plugin-live
@@ -13,16 +13,16 @@ pkgbase = vdr-live
arch = armv6h
arch = armv7h
license = GPL2
- depends = pcre
+ depends = pcre2
depends = tntnet
depends = vdr-api=2.6.1
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.6.tar.gz::https://github.com/MarkusEh/vdr-plugin-live/archive/v3.1.6.tar.gz
+ source = vdr-live-3.1.7.tar.gz::https://github.com/MarkusEh/vdr-plugin-live/archive/v3.1.7.tar.gz
source = 50-live.conf
- sha256sums = 8231f22d397b6cc954615304a12319fb74553aa67fbf12536b1df6727f69b8a2
+ sha256sums = 52b2621a2495f7efd4696364ec89071f38755c003bb7bf4796f8b5fc1d3a03cf
sha256sums = a14466937a4c618341ca3120bf353ca5b207dda0aca3b605532d3500415d7fea
pkgname = vdr-live
diff --git a/PKGBUILD b/PKGBUILD
index af33d83fdcf3..295e93e33fdc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Christopher Reimer <mail+vdr4arch[at]c-reimer[dot]de>
pkgname=vdr-live
-pkgver=3.1.6
+pkgver=3.1.7
pkgrel=1
_vdrapi=2.6.1
epoch=1
@@ -10,7 +10,7 @@ pkgdesc="Adds the possibility to control VDR and some of it's plugins by a web i
url="https://github.com/MarkusEh/vdr-plugin-live"
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h')
license=('GPL2')
-depends=('pcre' 'tntnet' "vdr-api=${_vdrapi}")
+depends=('pcre2' 'tntnet' "vdr-api=${_vdrapi}")
optdepends=('vdr-epgsearch: Manage searchtimers'
'vdr-streamdev: Stream live TV'
'ffmpeg: Transcoding video streams')
@@ -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=('8231f22d397b6cc954615304a12319fb74553aa67fbf12536b1df6727f69b8a2'
+sha256sums=('52b2621a2495f7efd4696364ec89071f38755c003bb7bf4796f8b5fc1d3a03cf'
'a14466937a4c618341ca3120bf353ca5b207dda0aca3b605532d3500415d7fea')
build() {