summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Reimer2024-01-28 22:48:35 +0100
committerManuel Reimer2024-01-28 22:48:35 +0100
commit146d35379dbbe762b6fd1b0af21b95e01031f442 (patch)
treed3fddd8b3ab18ebf7f3a6ef2949f1e3680dc0dda
parentb9eeddece4d8894e3fc0ba1ba75384e5867afff6 (diff)
downloadaur-146d35379dbbe762b6fd1b0af21b95e01031f442.tar.gz
Sync from VDR4Arch (https://github.com/VDR4Arch/vdr4arch/commit/662c587ccda59e57f14e85a57b5d1b85bfafcf65)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 15c650fa4b5b..baaed934ad68 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vdr-imonlcd
pkgdesc = shows information about the current state of VDR on iMON LCD
pkgver = 1.0.3
- pkgrel = 5
+ pkgrel = 6
epoch = 1
url = https://github.com/vdr-projects/vdr-plugin-imonlcd
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = vdr-imonlcd
license = GPL3
depends = freetype2
depends = gcc-libs
- depends = vdr-api=2.6.5
+ depends = vdr-api=2.6.6
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 4a7a28ea1325..5c954246351b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
pkgname=vdr-imonlcd
pkgver=1.0.3
epoch=1
-_vdrapi=2.6.5
-pkgrel=5
+_vdrapi=2.6.6
+pkgrel=6
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')