summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f9a2ae59c636..98349a6e4e52 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vdr-streamdev
pkgdesc = Implementation of the VTP (Video Transfer Protocol)
pkgver = 0.6.3
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/vdr-projects/vdr-plugin-streamdev
arch = x86_64
arch = i686
@@ -10,7 +10,7 @@ pkgbase = vdr-streamdev
arch = armv7h
license = GPL2
depends = gcc-libs
- depends = vdr-api=2.6.5
+ depends = vdr-api=2.6.6
source = vdr-streamdev-0.6.3.tar.gz::https://github.com/vdr-projects/vdr-plugin-streamdev/archive/refs/tags/0.6.3.tar.gz
source = 50-streamdev-server.conf
sha256sums = a678653dfb2641bc9dea9a1bd3b2400f3edbe697953364cf597f76d93cfaea2c
diff --git a/PKGBUILD b/PKGBUILD
index 0caf015ad251..3cef369c3008 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
pkgbase=vdr-streamdev
pkgname=(vdr-streamdev-{client,server})
pkgver=0.6.3
-_vdrapi=2.6.5
-pkgrel=4
+_vdrapi=2.6.6
+pkgrel=5
pkgdesc="Implementation of the VTP (Video Transfer Protocol)"
url="https://github.com/vdr-projects/vdr-plugin-streamdev"
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h')