summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Reimer2024-01-07 14:40:58 +0100
committerManuel Reimer2024-01-07 14:40:58 +0100
commit48c7fc1e1df91522da1985fd0e312487e1a16fdf (patch)
treecf76b35cb3499b5e9583afc1670b377b49c17ade
parentec86ebfcc1b96cc087515fd8e285e4ca25055ef2 (diff)
downloadaur-48c7fc1e1df91522da1985fd0e312487e1a16fdf.tar.gz
Sync from VDR4Arch (https://github.com/VDR4Arch/vdr4arch/commit/6d73422241f2b26f258886503d139761f35c82fa)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f802c440635..217ff22fc0ae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vdr-mcli
pkgdesc = This is a "plugin" for the Video Disk Recorder (VDR) to access DVB-streams produced by the NetCeiver-hardware.
pkgver = 1.0.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/vdr-projects/vdr-plugin-mcli/
arch = x86_64
arch = i686
@@ -10,7 +10,7 @@ pkgbase = vdr-mcli
arch = armv7h
license = GPL2
depends = gcc-libs
- depends = vdr-api=2.6.3
+ depends = vdr-api=2.6.5
depends = libnetceiver
depends = libnetceiver-tools
backup = etc/vdr/conf.avail/50-mcli.conf
diff --git a/PKGBUILD b/PKGBUILD
index 8274a6ab98c8..6024a22dd9aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Maintainer: Christopher Reimer <mail+vdr4arch[at]c-reimer[dot]de>
pkgname=vdr-mcli
pkgver=1.0.1
-_vdrapi=2.6.3
-pkgrel=2
+_vdrapi=2.6.5
+pkgrel=3
pkgdesc='This is a "plugin" for the Video Disk Recorder (VDR) to access DVB-streams produced by the NetCeiver-hardware.'
url="https://github.com/vdr-projects/vdr-plugin-mcli/"
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h')