summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Reimer2024-04-24 20:02:08 +0200
committerManuel Reimer2024-04-24 20:02:08 +0200
commit320ad11c41fb6f29789c4db658ca592eff2b284d (patch)
tree2f68d33dbc0f82b843f20d21c220077c88aff1c4
parent146d35379dbbe762b6fd1b0af21b95e01031f442 (diff)
downloadaur-320ad11c41fb6f29789c4db658ca592eff2b284d.tar.gz
Sync from VDR4Arch (https://github.com/VDR4Arch/vdr4arch/commit/10ac7546d2fcdb42298b0d986e18429074bece59)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index baaed934ad68..fc955c53b388 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 = 6
+ pkgrel = 7
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.6
+ depends = vdr-api=2.6.7
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 5c954246351b..790d79d00814 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
pkgname=vdr-imonlcd
pkgver=1.0.3
epoch=1
-_vdrapi=2.6.6
-pkgrel=6
+_vdrapi=2.6.7
+pkgrel=7
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')