summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Reimer2022-12-19 14:45:45 +0100
committerManuel Reimer2022-12-19 14:45:45 +0100
commitaac0c59442c42a94b77e8370e225b028193f5eef (patch)
tree7b52e2b47138519e95b1563098656fa4e72aceb3
parent189a9e32899633ae97ea9979489d3d00ab8c9692 (diff)
downloadaur-aac0c59442c42a94b77e8370e225b028193f5eef.tar.gz
Sync from VDR4Arch (https://github.com/VDR4Arch/vdr4arch/commit/31ccfe0fc18cc5084e7b6a7f21ce13384f918782)
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 02bd04797bbf..6b2d16a736cc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
-# Generated by makepkg 6.0.1
-# Thu Feb 17 14:34:12 UTC 2022
+# Generated by makepkg 6.0.2
+# Mon Dec 19 13:45:45 UTC 2022
pkgbase = vdr-cdplayer
pkgdesc = CD-Player plugin which supports CD-Text and CDDB-Database
pkgver = 1.2.5
- pkgrel = 5
+ pkgrel = 6
url = http://uli-eckhardt.de/vdr/cdplayer.en.shtml
arch = x86_64
arch = i686
@@ -12,7 +12,8 @@ pkgbase = vdr-cdplayer
arch = armv7h
license = GPL2
depends = libcdio-paranoia
- depends = vdr-api=2.6.1
+ depends = libcddb
+ depends = vdr-api=2.6.3
backup = etc/vdr/conf.avail/50-cdplayer.conf
source = https://www.uli-eckhardt.de/vdr/download/vdr-cdplayer-1.2.5.tgz
source = 50-cdplayer.conf
diff --git a/PKGBUILD b/PKGBUILD
index a3a5ba77caf5..ad1af4087b1c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
# Maintainer: Christopher Reimer <mail+vdr4arch[at]c-reimer[dot]de>
pkgname=vdr-cdplayer
pkgver=1.2.5
-_vdrapi=2.6.1
-pkgrel=5
+_vdrapi=2.6.3
+pkgrel=6
pkgdesc="CD-Player plugin which supports CD-Text and CDDB-Database"
url="http://uli-eckhardt.de/vdr/cdplayer.en.shtml"
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h')
license=('GPL2')
-depends=('libcdio-paranoia' "vdr-api=${_vdrapi}")
+depends=('libcdio-paranoia' 'libcddb' "vdr-api=${_vdrapi}")
_plugname=${pkgname//vdr-/}
backup=("var/lib/vdr/plugins/$_plugname/cd.mpg")
source=("https://www.uli-eckhardt.de/vdr/download/${pkgname}-${pkgver}.tgz"