summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Reimer2024-01-28 22:45:35 +0100
committerManuel Reimer2024-01-28 22:45:35 +0100
commit48b4807d1d15fe05592b58a4271ca43ffb8f0e2e (patch)
tree6d9ad8a9f6b90b53e40e3b23e353580add9d51e5
parent1ddbfab7b5d0b02768499ecabddd7e2fcd25cbb4 (diff)
downloadaur-48b4807d1d15fe05592b58a4271ca43ffb8f0e2e.tar.gz
Sync from VDR4Arch (https://github.com/VDR4Arch/vdr4arch/commit/662c587ccda59e57f14e85a57b5d1b85bfafcf65)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 612efa589e57..b6b45fcd7b28 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 = 7
+ pkgrel = 8
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.5
+ depends = vdr-api=2.6.6
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 8c9b9dcab3fa..7caf732d31df 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.5
-pkgrel=7
+_vdrapi=2.6.6
+pkgrel=8
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')