summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Reimer2024-01-07 14:38:42 +0100
committerManuel Reimer2024-01-07 14:38:42 +0100
commit6f5ac0cbed9bf4ce0c2f9c947e25ffeb4d7c0a44 (patch)
tree6180f3002a597158cfe6971fa30c68ec6b5893d1
parent6a9c8fd217aaa5fcd36fc1ac7b3b5b23cf80c737 (diff)
downloadaur-6f5ac0cbed9bf4ce0c2f9c947e25ffeb4d7c0a44.tar.gz
Sync from VDR4Arch (https://github.com/VDR4Arch/vdr4arch/commit/6d73422241f2b26f258886503d139761f35c82fa)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6f61b5d84cd3..bc7e6f14f805 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by makepkg 6.0.2
-# Mon Dec 19 13:49:39 UTC 2022
pkgbase = vdr-epgborder
pkgdesc = Blocks EPG storage starting from a set border channel number
pkgver = 1.0.0
- pkgrel = 8
+ pkgrel = 9
url = https://github.com/M-Reimer/vdr-plugin-epgborder
arch = x86_64
arch = i686
@@ -11,7 +9,7 @@ pkgbase = vdr-epgborder
arch = armv6h
arch = armv7h
license = GPL3
- depends = vdr-api=2.6.3
+ depends = vdr-api=2.6.5
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 bd67792f4dfe..f53a5555f284 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.3
-pkgrel=8
+_vdrapi=2.6.5
+pkgrel=9
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')