summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Reimer2024-01-07 14:40:19 +0100
committerManuel Reimer2024-01-07 14:40:19 +0100
commitb9eeddece4d8894e3fc0ba1ba75384e5867afff6 (patch)
tree78ea0079f135204defb956e7208135dff2250c39
parent6dcc6189c4b8f28f4e6a3860ed99cd654d1ecd7f (diff)
downloadaur-b9eeddece4d8894e3fc0ba1ba75384e5867afff6.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 2fbd63e806f1..15c650fa4b5b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by makepkg 6.0.2
-# Mon Dec 19 13:53:21 UTC 2022
pkgbase = vdr-imonlcd
pkgdesc = shows information about the current state of VDR on iMON LCD
pkgver = 1.0.3
- pkgrel = 4
+ pkgrel = 5
epoch = 1
url = https://github.com/vdr-projects/vdr-plugin-imonlcd
arch = x86_64
@@ -14,7 +12,7 @@ pkgbase = vdr-imonlcd
license = GPL3
depends = freetype2
depends = gcc-libs
- depends = vdr-api=2.6.3
+ depends = vdr-api=2.6.5
backup = etc/vdr/conf.avail/50-imonlcd.conf
source = vdr-imonlcd-1.0.3.tar.gz::https://github.com/vdr-projects/vdr-plugin-imonlcd/archive/refs/tags/1.0.3.tar.gz
source = 92-imonlcd.rules
diff --git a/PKGBUILD b/PKGBUILD
index b636fd5b6ad1..4a7a28ea1325 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
pkgname=vdr-imonlcd
pkgver=1.0.3
epoch=1
-_vdrapi=2.6.3
-pkgrel=4
+_vdrapi=2.6.5
+pkgrel=5
pkgdesc="shows information about the current state of VDR on iMON LCD"
url="https://github.com/vdr-projects/vdr-plugin-imonlcd"
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h')