summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Reimer2022-02-17 15:48:03 +0100
committerManuel Reimer2022-02-17 15:48:03 +0100
commit0659db871d359971db78ddc32210b26552f3aae9 (patch)
tree1da9d83f93c6438c08a006468bc4d27f50e3ecb8
parentda8969783a13fa3453ef5c46274b66a45e566859 (diff)
downloadaur-0659db871d359971db78ddc32210b26552f3aae9.tar.gz
Sync from VDR4Arch (https://github.com/VDR4Arch/vdr4arch/commit/7dfcc97fea63efd432f3c277ea4dd153952ba5ba)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3b395f79cf7d..e6909a37ce5e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by makepkg 6.0.1
-# Thu Dec 30 16:17:42 UTC 2021
+# Thu Feb 17 14:48:02 UTC 2022
pkgbase = vdr-filebrowser
pkgdesc = filebrowser with custom commands for vdr
pkgver = 0.2.3
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/vdr-projects/vdr-plugin-filebrowser
arch = x86_64
arch = i686
@@ -12,7 +12,7 @@ pkgbase = vdr-filebrowser
arch = armv7h
license = GPL3
depends = gcc-libs
- depends = vdr-api=2.6.0
+ depends = vdr-api=2.6.1
conflicts = vdr-plugin-filebrowser
replaces = vdr-plugin-filebrowser
backup = var/lib/vdr/plugins/filebrowser/commands.conf
diff --git a/PKGBUILD b/PKGBUILD
index 878a33d6260b..7984a17df321 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Maintainer: Alexander Grothe <seahawk1986[at]hotmail[dot]com>
pkgname=vdr-filebrowser
pkgver=0.2.3
-_vdrapi=2.6.0
-pkgrel=2
+_vdrapi=2.6.1
+pkgrel=3
pkgdesc="filebrowser with custom commands for vdr"
url="https://github.com/vdr-projects/vdr-plugin-filebrowser"
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h')