summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc7e6f14f805..baff83e2c0c8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vdr-epgborder
pkgdesc = Blocks EPG storage starting from a set border channel number
pkgver = 1.0.0
- pkgrel = 9
+ pkgrel = 10
url = https://github.com/M-Reimer/vdr-plugin-epgborder
arch = x86_64
arch = i686
@@ -9,7 +9,7 @@ pkgbase = vdr-epgborder
arch = armv6h
arch = armv7h
license = GPL3
- depends = vdr-api=2.6.5
+ depends = vdr-api=2.6.6
depends = gcc-libs
backup = etc/vdr/conf.avail/50-epgborder.conf
source = vdr-epgborder-1.0.0.tar.gz::https://github.com/M-Reimer/vdr-plugin-epgborder/archive/1.0.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index f53a5555f284..f62924b75285 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Maintainer: Manuel Reimer <manuel.reimer@gmx.de>
pkgname=vdr-epgborder
pkgver=1.0.0
-_vdrapi=2.6.5
-pkgrel=9
+_vdrapi=2.6.6
+pkgrel=10
pkgdesc="Blocks EPG storage starting from a set border channel number"
url="https://github.com/M-Reimer/vdr-plugin-epgborder"
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h')