summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Reimer2024-01-28 22:50:48 +0100
committerManuel Reimer2024-01-28 22:50:48 +0100
commit9b6d175fda44ed8024ba317433245533813a0124 (patch)
tree245ce4e7827f8bb7ba6276015b93dc9f3715634c
parent87c5d5fdc63197d3386736c69393d7517c6035d6 (diff)
downloadaur-9b6d175fda44ed8024ba317433245533813a0124.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 86726bac71be..9bb60602d780 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vdr-radio
pkgdesc = Display an background image while the vdr is switched to radio channels
pkgver = 1.1.0
- pkgrel = 9
+ pkgrel = 10
url = https://github.com/vdr-projects/vdr-plugin-radio
arch = x86_64
arch = i686
@@ -10,7 +10,7 @@ pkgbase = vdr-radio
arch = armv7h
license = GPL2
depends = gcc-libs
- depends = vdr-api=2.6.5
+ depends = vdr-api=2.6.6
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 3c5f5f70262b..0796dae91614 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.5
-pkgrel=9
+_vdrapi=2.6.6
+pkgrel=10
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')