summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Reimer2024-01-07 14:39:07 +0100
committerManuel Reimer2024-01-07 14:39:07 +0100
commite88e7d2e6628f4c4f892e438c00cff0cd1e32cef (patch)
tree1eeff95a9279f035bef3de8bdb4d033494587d8a
parent796da653a731eb5d3cd50f5ed47a64c1497ad5d2 (diff)
downloadaur-e88e7d2e6628f4c4f892e438c00cff0cd1e32cef.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 42651608a5c0..114f1848d46b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by makepkg 6.0.2
-# Mon Dec 19 13:50:26 UTC 2022
pkgbase = vdr-epgsync
pkgdesc = Import the EPG of a remote VDR
pkgver = 1.0.2
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/vdr-projects/vdr-plugin-epgsync
arch = x86_64
arch = i686
@@ -12,7 +10,7 @@ pkgbase = vdr-epgsync
arch = armv7h
license = GPL2
depends = gcc-libs
- depends = vdr-api=2.6.3
+ depends = vdr-api=2.6.5
backup = etc/vdr/conf.avail/50-epgsync.conf
source = vdr-epgsync-1.0.2.tar.gz::https://github.com/vdr-projects/vdr-plugin-epgsync/archive/refs/tags/1.0.2.tar.gz
sha256sums = 246a9abf9a7b3294d624f1eb9fe46453130464dfd0cd6ff8f49ace2b5272b5be
diff --git a/PKGBUILD b/PKGBUILD
index 27e9053968f7..a4f14262db84 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Maintainer: Christopher Reimer <mail+vdr4arch[at]c-reimer[dot]de>
pkgname=vdr-epgsync
pkgver=1.0.2
-_vdrapi=2.6.3
-pkgrel=3
+_vdrapi=2.6.5
+pkgrel=4
pkgdesc="Import the EPG of a remote VDR"
url="https://github.com/vdr-projects/vdr-plugin-epgsync"
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h')