summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Reimer2024-04-24 20:04:09 +0200
committerManuel Reimer2024-04-24 20:04:09 +0200
commit462721d72e745e51980c3a28fc887f5319a3d477 (patch)
treea157eafd69a990babe63e98a7c25a84a9ae0244c
parent9b6d175fda44ed8024ba317433245533813a0124 (diff)
downloadaur-462721d72e745e51980c3a28fc887f5319a3d477.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 9bb60602d780..c515da31ed9d 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 = 10
+ pkgrel = 11
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.6
+ depends = vdr-api=2.6.7
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 0796dae91614..a6420be29576 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.6
-pkgrel=10
+_vdrapi=2.6.7
+pkgrel=11
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')