summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Reimer2024-01-28 22:46:39 +0100
committerManuel Reimer2024-01-28 22:46:39 +0100
commit6c08dd39ce209d3ffcf58e1af00f27b76aba89a9 (patch)
treea474bf40c6fab69653e6bf1f3524bc6289364056
parentcff5270bdd313531a96085026e4e3523e4d78010 (diff)
downloadaur-6c08dd39ce209d3ffcf58e1af00f27b76aba89a9.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 813dc9f4c0b3..0bdd09ba689d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 6317cd594b87..5a57d342c3eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')