summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Reimer2019-06-18 22:43:00 +0200
committerManuel Reimer2019-06-18 22:43:00 +0200
commit8bd9e5ace46239ed9f0007ea99f0903430f54d6f (patch)
treeb5964d15b37febd0109050858ca069cf20fb49f4
parent66a8ddee073ba9ec7cf06fc062b06a403fbda50e (diff)
downloadaur-8bd9e5ace46239ed9f0007ea99f0903430f54d6f.tar.gz
Sync from VDR4Arch (https://github.com/VDR4Arch/vdr4arch/commit/085f74e230c55f93fe6eefaba907c504e220e080)
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc845be4c67e..78853303c1ba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
-# Generated by makepkg 5.1.1
-# Thu Dec 27 19:38:09 UTC 2018
+# Generated by makepkg 5.1.3
+# Tue Jun 18 20:42:59 UTC 2019
pkgbase = vdr-epgborder
pkgdesc = Blocks EPG storage starting from a set border channel number
pkgver = 1.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/M-Reimer/vdr-plugin-epgborder
arch = x86_64
arch = i686
@@ -12,7 +12,7 @@ pkgbase = vdr-epgborder
arch = armv7h
license = GPL3
makedepends = git
- depends = vdr-api=2.4.0
+ depends = vdr-api=2.4.1
depends = gcc-libs
backup = etc/vdr/conf.avail/50-epgborder.conf
source = https://github.com/M-Reimer/vdr-plugin-epgborder/archive/1.0.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 907716bef528..7ad4f11d8195 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.0
-pkgrel=1
+_vdrapi=2.4.1
+pkgrel=2
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')