summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Reimer2021-12-30 17:15:47 +0100
committerManuel Reimer2021-12-30 17:15:47 +0100
commit4275f1d5dd98aa98cd8a270a91f264082ff8f633 (patch)
tree2633423bbebff9ce99437cce07301515014b4719
parent1b9633c7faca87828780defdce722b45f22985d6 (diff)
downloadaur-4275f1d5dd98aa98cd8a270a91f264082ff8f633.tar.gz
Sync from VDR4Arch (https://github.com/VDR4Arch/vdr4arch/commit/de1af7ba166ee7e30848b5ed0cffbef3e592c30b)
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2985fb412e7d..ce96bba50caf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
-# Generated by makepkg 5.2.2
-# Sat May 1 09:24:31 UTC 2021
+# Generated by makepkg 6.0.1
+# Thu Dec 30 16:15:45 UTC 2021
pkgbase = vdr-epgsync
pkgdesc = Import the EPG of a remote VDR
pkgver = 1.0.1
- pkgrel = 13
+ pkgrel = 14
url = http://vdr.schmirler.de/
arch = x86_64
arch = i686
@@ -12,7 +12,7 @@ pkgbase = vdr-epgsync
arch = armv7h
license = GPL2
depends = gcc-libs
- depends = vdr-api=2.4.7
+ depends = vdr-api=2.6.0
backup = etc/vdr/conf.avail/50-epgsync.conf
source = http://vdr.schmirler.de/epgsync/vdr-epgsync-1.0.1.tgz
source = vdr-epgsync-vdr-2.3.2.patch
@@ -20,4 +20,3 @@ pkgbase = vdr-epgsync
md5sums = 24a386237052d15ceb7c78f51e28553d
pkgname = vdr-epgsync
-
diff --git a/PKGBUILD b/PKGBUILD
index 26937fa4ecd2..425d4375bdd1 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.1
-_vdrapi=2.4.7
-pkgrel=13
+_vdrapi=2.6.0
+pkgrel=14
pkgdesc="Import the EPG of a remote VDR"
url="http://vdr.schmirler.de/"
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h')