summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Reimer2024-04-24 20:02:16 +0200
committerManuel Reimer2024-04-24 20:02:16 +0200
commitdaa8f9c11dd9f98605980f3df92564dac94a0a80 (patch)
tree8cdc92c57c2f55c39b326ca59c877f3481679455
parent4aec544386834f2682516a313b3981c8c99c6e0b (diff)
downloadaur-daa8f9c11dd9f98605980f3df92564dac94a0a80.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 2dc41a9f539b..2cc3155dbb2a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vdr-iptv
pkgdesc = Integrates multicast IPTV transport streams seamlessly into VDR
pkgver = 2.4.0
- pkgrel = 12
+ pkgrel = 13
url = https://github.com/rofafor/vdr-plugin-iptv
arch = x86_64
arch = i686
@@ -10,7 +10,7 @@ pkgbase = vdr-iptv
arch = armv7h
license = GPL2
depends = curl
- depends = vdr-api=2.6.6
+ depends = vdr-api=2.6.7
optdepends = vlc: Needed for vlc2iptv
backup = etc/vdr/conf.avail/50-iptv.conf
backup = etc/vdr/plugins/iptv/vlcinput/3Sat.conf
diff --git a/PKGBUILD b/PKGBUILD
index cfbc6229522a..7df0c0b8c3eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Maintainer: Christopher Reimer <mail+vdr4arch[at]c-reimer[dot]de>
pkgname=vdr-iptv
pkgver=2.4.0
-_vdrapi=2.6.6
-pkgrel=12
+_vdrapi=2.6.7
+pkgrel=13
pkgdesc="Integrates multicast IPTV transport streams seamlessly into VDR"
url="https://github.com/rofafor/vdr-plugin-iptv"
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h')