summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Reimer2024-04-24 19:59:23 +0200
committerManuel Reimer2024-04-24 19:59:23 +0200
commitbdb96fe52bd3dc67669442346e297274b515a781 (patch)
treef12de752c279ddfe7436e310d7ff140ab873ebfc
parent48b4807d1d15fe05592b58a4271ca43ffb8f0e2e (diff)
downloadaur-bdb96fe52bd3dc67669442346e297274b515a781.tar.gz
Sync from VDR4Arch (https://github.com/VDR4Arch/vdr4arch/commit/10ac7546d2fcdb42298b0d986e18429074bece59)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b6b45fcd7b28..ada26a59063c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vdr-ddci2
pkgdesc = Support for stand alone CI by Digital Devices for VDR 2.1.6 and higher.
pkgver = 1.0.5
- pkgrel = 8
+ pkgrel = 9
url = https://github.com/jasmin-j/vdr-plugin-ddci2
arch = x86_64
arch = i686
@@ -11,7 +11,7 @@ pkgbase = vdr-ddci2
license = GPL2
makedepends = git
depends = gcc-libs
- depends = vdr-api=2.6.6
+ depends = vdr-api=2.6.7
backup = etc/vdr/conf.avail/50-ddci2.conf
source = vdr-ddci2-1.0.5.tar.gz::https://github.com/jasmin-j/vdr-plugin-ddci2/archive/refs/tags/1.0.5.tar.gz
source = 50-ddci2.conf
diff --git a/PKGBUILD b/PKGBUILD
index 7caf732d31df..e0306c1c7125 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Maintainer: Christopher Reimer <mail+vdr4arch[at]c-reimer[dot]de>
pkgname=vdr-ddci2
pkgver=1.0.5
-_vdrapi=2.6.6
-pkgrel=8
+_vdrapi=2.6.7
+pkgrel=9
pkgdesc="Support for stand alone CI by Digital Devices for VDR 2.1.6 and higher."
url="https://github.com/jasmin-j/vdr-plugin-ddci2"
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h')