summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Reimer2024-01-28 22:47:16 +0100
committerManuel Reimer2024-01-28 22:47:16 +0100
commit85f9ad68e5dce247437458d134c68f8bf19ebfe0 (patch)
tree330180f2b7a1abb4c5f2debd61839797b887e045
parente88e7d2e6628f4c4f892e438c00cff0cd1e32cef (diff)
downloadaur-85f9ad68e5dce247437458d134c68f8bf19ebfe0.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 114f1848d46b..82176d4dd50b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vdr-epgsync
pkgdesc = Import the EPG of a remote VDR
pkgver = 1.0.2
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/vdr-projects/vdr-plugin-epgsync
arch = x86_64
arch = i686
@@ -10,7 +10,7 @@ pkgbase = vdr-epgsync
arch = armv7h
license = GPL2
depends = gcc-libs
- depends = vdr-api=2.6.5
+ depends = vdr-api=2.6.6
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 a4f14262db84..2b0cbea4d937 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.5
-pkgrel=4
+_vdrapi=2.6.6
+pkgrel=5
pkgdesc="Import the EPG of a remote VDR"
url="https://github.com/vdr-projects/vdr-plugin-epgsync"
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h')