summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Reimer2022-12-19 14:50:27 +0100
committerManuel Reimer2022-12-19 14:50:27 +0100
commit796da653a731eb5d3cd50f5ed47a64c1497ad5d2 (patch)
treec1906c40f51862263be7f8de9823666280ae818c
parent12348bcca60bfb7bc18cc512a73a51b66734b0d0 (diff)
downloadaur-796da653a731eb5d3cd50f5ed47a64c1497ad5d2.tar.gz
Sync from VDR4Arch (https://github.com/VDR4Arch/vdr4arch/commit/31ccfe0fc18cc5084e7b6a7f21ce13384f918782)
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 42e9b92088a2..42651608a5c0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
-# Generated by makepkg 6.0.1
-# Thu Feb 17 14:44:57 UTC 2022
+# 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 = 2
+ pkgrel = 3
url = https://github.com/vdr-projects/vdr-plugin-epgsync
arch = x86_64
arch = i686
@@ -12,7 +12,7 @@ pkgbase = vdr-epgsync
arch = armv7h
license = GPL2
depends = gcc-libs
- depends = vdr-api=2.6.1
+ depends = vdr-api=2.6.3
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 e27922a637b8..27e9053968f7 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.1
-pkgrel=2
+_vdrapi=2.6.3
+pkgrel=3
pkgdesc="Import the EPG of a remote VDR"
url="https://github.com/vdr-projects/vdr-plugin-epgsync"
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h')