summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Reimer2021-12-30 17:14:15 +0100
committerManuel Reimer2021-12-30 17:14:15 +0100
commitd84125a8a0448ba15091cbde1e2014e186fdd2c6 (patch)
tree1462c0d2a3aca929afd859dc788a12e59368e08a
parent6582cfc59293ebb5bec373c40ce493efe605ed9d (diff)
downloadaur-d84125a8a0448ba15091cbde1e2014e186fdd2c6.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 3dbf6b618bb9..591bf5bc12e0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
-# Generated by makepkg 5.2.2
-# Sat May 1 09:22:27 UTC 2021
+# Generated by makepkg 6.0.1
+# Thu Dec 30 16:14:14 UTC 2021
pkgbase = vdr-eepg
pkgdesc = Extended EPG (EEPG) plugin for VDR
pkgver = 0.0.6
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/vdr-projects/vdr-plugin-eepg
arch = x86_64
arch = i686
@@ -12,10 +12,9 @@ pkgbase = vdr-eepg
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-eepg.conf
source = vdr-eepg-0.0.6.tar.gz::https://github.com/vdr-projects/vdr-plugin-eepg/archive/refs/tags/0.0.6.tar.gz
sha256sums = c603c2c5683c002ad0f0e79c0e91247283b49dfc73211a4923df2ff209a0e771
pkgname = vdr-eepg
-
diff --git a/PKGBUILD b/PKGBUILD
index 018a02309472..8f1f971b2ffa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Maintainer: George Kranis https://github.com/gkranis/vdr4arch
pkgname=vdr-eepg
pkgver=0.0.6
-_vdrapi=2.4.7
-pkgrel=2
+_vdrapi=2.6.0
+pkgrel=3
pkgdesc="Extended EPG (EEPG) plugin for VDR"
url="https://github.com/vdr-projects/vdr-plugin-eepg"
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h')