diff options
author | Manuel Reimer | 2024-01-28 22:46:39 +0100 |
---|---|---|
committer | Manuel Reimer | 2024-01-28 22:46:39 +0100 |
commit | 6c08dd39ce209d3ffcf58e1af00f27b76aba89a9 (patch) | |
tree | a474bf40c6fab69653e6bf1f3524bc6289364056 | |
parent | cff5270bdd313531a96085026e4e3523e4d78010 (diff) | |
download | aur-6c08dd39ce209d3ffcf58e1af00f27b76aba89a9.tar.gz |
Sync from VDR4Arch (https://github.com/VDR4Arch/vdr4arch/commit/662c587ccda59e57f14e85a57b5d1b85bfafcf65)
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -1,7 +1,7 @@ pkgbase = vdr-epg2vdr pkgdesc = Used to retrieve EPG data into the VDR pkgver = 1.2.16 - pkgrel = 1 + pkgrel = 2 url = https://github.com/horchi/vdr-plugin-epg2vdr arch = x86_64 arch = i686 @@ -14,7 +14,7 @@ pkgbase = vdr-epg2vdr depends = libutil-linux depends = python depends = tinyxml2 - depends = vdr-api=2.6.5 + depends = vdr-api=2.6.6 backup = etc/vdr/conf.avail/50-epg2vdr.conf backup = var/lib/vdr/plugins/epg2vdr/epg.dat source = vdr-epg2vdr-1.2.16.tar.gz::https://github.com/horchi/vdr-plugin-epg2vdr/archive/refs/tags/1.2.16.tar.gz @@ -3,8 +3,8 @@ # Maintainer: Christopher Reimer <mail+vdr4arch[at]c-reimer[dot]de> pkgname=vdr-epg2vdr pkgver=1.2.16 -pkgrel=1 -_vdrapi=2.6.5 +pkgrel=2 +_vdrapi=2.6.6 pkgdesc="Used to retrieve EPG data into the VDR" url="https://github.com/horchi/vdr-plugin-epg2vdr" arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h') |