summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Reimer2024-01-28 22:46:49 +0100
committerManuel Reimer2024-01-28 22:46:49 +0100
commitd0d4a60dde129345d2651b1ec46751f47b96d65e (patch)
treefe1c34734d247200866a327c92200396d273c0f9
parent6f5ac0cbed9bf4ce0c2f9c947e25ffeb4d7c0a44 (diff)
downloadaur-d0d4a60dde129345d2651b1ec46751f47b96d65e.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 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')