summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Reimer2021-05-01 11:23:16 +0200
committerManuel Reimer2021-05-01 11:23:16 +0200
commit66a9e959278bb15928896085c762b09e23349412 (patch)
tree6c56bf1328df0614df1271aa400e25b422349569
parenta6f5ac0a3f8fe4429f544dde1b46b22232218ce0 (diff)
downloadaur-66a9e959278bb15928896085c762b09e23349412.tar.gz
Sync from VDR4Arch (https://github.com/VDR4Arch/vdr4arch/commit/414bae13b382ffd1b60e0ec080c311621e3c2da4)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dacb919bba38..4426da205c61 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by makepkg 5.2.2
-# Wed Dec 23 12:09:44 UTC 2020
+# Sat May 1 09:23:15 UTC 2021
pkgbase = vdr-epgborder
pkgdesc = Blocks EPG storage starting from a set border channel number
pkgver = 1.0.0
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/M-Reimer/vdr-plugin-epgborder
arch = x86_64
arch = i686
@@ -11,7 +11,7 @@ pkgbase = vdr-epgborder
arch = armv6h
arch = armv7h
license = GPL3
- depends = vdr-api=2.4.6
+ depends = vdr-api=2.4.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 136bff179303..b1fc7b2c9d82 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.4.6
-pkgrel=4
+_vdrapi=2.4.7
+pkgrel=5
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')