summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Reimer2022-02-17 16:07:34 +0100
committerManuel Reimer2022-02-17 16:07:34 +0100
commitdb96e04a1e5fc1b4f98e27225cfdf070ccac3767 (patch)
tree2ad2e9f088c0e07da64d81f234b3367e9691790d
parent29d6c7ed12cce685bb30eb3e31718a4bc7282b53 (diff)
downloadaur-db96e04a1e5fc1b4f98e27225cfdf070ccac3767.tar.gz
Sync from VDR4Arch (https://github.com/VDR4Arch/vdr4arch/commit/7dfcc97fea63efd432f3c277ea4dd153952ba5ba)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 391af907a01f..9437847356f6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by makepkg 6.0.1
-# Thu Feb 3 15:04:32 UTC 2022
+# Thu Feb 17 15:07:31 UTC 2022
pkgbase = vdr-streamdev
pkgdesc = Implementation of the VTP (Video Transfer Protocol)
pkgver = 0.6.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/vdr-projects/vdr-plugin-streamdev
arch = x86_64
arch = i686
@@ -12,7 +12,7 @@ pkgbase = vdr-streamdev
arch = armv7h
license = GPL2
depends = gcc-libs
- depends = vdr-api=2.6.0
+ depends = vdr-api=2.6.1
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 925f11f3a278..6bfbba600d26 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
pkgbase=vdr-streamdev
pkgname=(vdr-streamdev-{client,server})
pkgver=0.6.3
-_vdrapi=2.6.0
-pkgrel=1
+_vdrapi=2.6.1
+pkgrel=2
pkgdesc="Implementation of the VTP (Video Transfer Protocol)"
url="https://github.com/vdr-projects/vdr-plugin-streamdev"
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h')