summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Reimer2024-01-07 14:39:39 +0100
committerManuel Reimer2024-01-07 14:39:39 +0100
commit6e463fd5681a7c08ae419eea0637245b976182ca (patch)
treef1aa8a463e1c54b402b35af6d9ece0ac86406736
parent13c3f01b7c535a54055cb2afa5b63eff4f2faa14 (diff)
downloadaur-6e463fd5681a7c08ae419eea0637245b976182ca.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 ff9848735e8c..d8a1f31d55b9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by makepkg 6.0.2
-# Mon Dec 19 13:51:33 UTC 2022
pkgbase = vdr-femon
pkgdesc = DVB Frontend Status Monitor plugin
pkgver = 2.4.0
- pkgrel = 9
+ pkgrel = 10
url = https://github.com/rofafor/vdr-plugin-femon
arch = x86_64
arch = i686
@@ -12,7 +10,7 @@ pkgbase = vdr-femon
arch = armv7h
license = GPL2
depends = gcc-libs
- depends = vdr-api=2.6.3
+ depends = vdr-api=2.6.5
backup = etc/vdr/conf.avail/50-femon.conf
source = vdr-femon-2.4.0.tar.gz::https://github.com/rofafor/vdr-plugin-femon/archive/v2.4.0.tar.gz
sha256sums = bbcda3ebb98074f4569613b9ee3be99f7156d5cf63c9641e4fe7511c4b421286
diff --git a/PKGBUILD b/PKGBUILD
index d51a71f37520..baae119adc54 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Maintainer: Christopher Reimer <mail+vdr4arch[at]c-reimer[dot]de>
pkgname=vdr-femon
pkgver=2.4.0
-_vdrapi=2.6.3
-pkgrel=9
+_vdrapi=2.6.5
+pkgrel=10
pkgdesc="DVB Frontend Status Monitor plugin"
url="https://github.com/rofafor/vdr-plugin-femon"
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h')