summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Reimer2024-04-24 20:00:29 +0200
committerManuel Reimer2024-04-24 20:00:29 +0200
commitbcb2f348d525c684826d9ca7f12f709de0175790 (patch)
treee82bb416d403f0f26157e8893dfba9217796ac42
parentd0d4a60dde129345d2651b1ec46751f47b96d65e (diff)
downloadaur-bcb2f348d525c684826d9ca7f12f709de0175790.tar.gz
Sync from VDR4Arch (https://github.com/VDR4Arch/vdr4arch/commit/10ac7546d2fcdb42298b0d986e18429074bece59)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index baff83e2c0c8..4e641941431f 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 = 10
+ pkgrel = 11
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.6
+ depends = vdr-api=2.6.7
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 f62924b75285..55deabc07e21 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.6
-pkgrel=10
+_vdrapi=2.6.7
+pkgrel=11
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')