summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Reimer2024-01-07 14:37:39 +0100
committerManuel Reimer2024-01-07 14:37:39 +0100
commit1ddbfab7b5d0b02768499ecabddd7e2fcd25cbb4 (patch)
treea8b6dc341501eb2b1b06f57bc3908215f2fe14e7
parentf755e0ea5bf080b3f6d9b0e5060009acef9a026f (diff)
downloadaur-1ddbfab7b5d0b02768499ecabddd7e2fcd25cbb4.tar.gz
Sync from VDR4Arch (https://github.com/VDR4Arch/vdr4arch/commit/6d73422241f2b26f258886503d139761f35c82fa)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 84bbf48b0038..612efa589e57 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by makepkg 6.0.2
-# Mon Dec 19 13:47:32 UTC 2022
pkgbase = vdr-ddci2
pkgdesc = Support for stand alone CI by Digital Devices for VDR 2.1.6 and higher.
pkgver = 1.0.5
- pkgrel = 6
+ pkgrel = 7
url = https://github.com/jasmin-j/vdr-plugin-ddci2
arch = x86_64
arch = i686
@@ -13,7 +11,7 @@ pkgbase = vdr-ddci2
license = GPL2
makedepends = git
depends = gcc-libs
- depends = vdr-api=2.6.3
+ depends = vdr-api=2.6.5
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 9101e32d8f76..8c9b9dcab3fa 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.3
-pkgrel=6
+_vdrapi=2.6.5
+pkgrel=7
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')