summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Reimer2024-01-07 14:42:17 +0100
committerManuel Reimer2024-01-07 14:42:17 +0100
commit87c5d5fdc63197d3386736c69393d7517c6035d6 (patch)
tree28379d05d7923b00d81834ab314f7e9e423f35c5
parent01b4df32606d0ba6b037f881a3650e883ff1b9e2 (diff)
downloadaur-87c5d5fdc63197d3386736c69393d7517c6035d6.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 4375a381af67..86726bac71be 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by makepkg 6.0.2
-# Mon Dec 19 13:58:56 UTC 2022
pkgbase = vdr-radio
pkgdesc = Display an background image while the vdr is switched to radio channels
pkgver = 1.1.0
- pkgrel = 8
+ pkgrel = 9
url = https://github.com/vdr-projects/vdr-plugin-radio
arch = x86_64
arch = i686
@@ -12,7 +10,7 @@ pkgbase = vdr-radio
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-radio.conf
source = vdr-plugin-radio-1.1.0.tar.gz::https://github.com/vdr-projects/vdr-plugin-radio/archive/refs/tags/1.1.0.tar.gz
source = 50-radio.conf
diff --git a/PKGBUILD b/PKGBUILD
index 16c1f3867e2b..3c5f5f70262b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Maintainer: Christopher Reimer <mail+vdr4arch[at]c-reimer[dot]de>
pkgname=vdr-radio
pkgver=1.1.0
-_vdrapi=2.6.3
-pkgrel=8
+_vdrapi=2.6.5
+pkgrel=9
pkgdesc="Display an background image while the vdr is switched to radio channels"
url='https://github.com/vdr-projects/vdr-plugin-radio'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h')