summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Reimer2024-01-07 14:40:27 +0100
committerManuel Reimer2024-01-07 14:40:27 +0100
commitf76228494c31f79008405063323361601fc0ba4e (patch)
tree3ede8849f3ce0e472c28d2a6d696bce865db8972
parentd088f4a4885c625ed30620aa2d15fbdb59392799 (diff)
downloadaur-f76228494c31f79008405063323361601fc0ba4e.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 32d25ef49b21..40756e0145af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by makepkg 6.0.2
-# Mon Dec 19 13:53:41 UTC 2022
pkgbase = vdr-iptv
pkgdesc = Integrates multicast IPTV transport streams seamlessly into VDR
pkgver = 2.4.0
- pkgrel = 10
+ pkgrel = 11
url = https://github.com/rofafor/vdr-plugin-iptv
arch = x86_64
arch = i686
@@ -12,7 +10,7 @@ pkgbase = vdr-iptv
arch = armv7h
license = GPL2
depends = curl
- depends = vdr-api=2.6.3
+ depends = vdr-api=2.6.5
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 d11ae9e9d693..ca2d5ccef9d4 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.3
-pkgrel=10
+_vdrapi=2.6.5
+pkgrel=11
pkgdesc="Integrates multicast IPTV transport streams seamlessly into VDR"
url="https://github.com/rofafor/vdr-plugin-iptv"
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h')