summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Reimer2021-12-30 17:16:57 +0100
committerManuel Reimer2021-12-30 17:16:57 +0100
commitca3173fc0044c48d2a9e98f3080126735141dde8 (patch)
tree9a60b2840efe193a49d3f5289777ff175503b0a5
parent54749a825ccdfedd8cf63c12ab577ab26419d206 (diff)
downloadaur-ca3173fc0044c48d2a9e98f3080126735141dde8.tar.gz
Sync from VDR4Arch (https://github.com/VDR4Arch/vdr4arch/commit/de1af7ba166ee7e30848b5ed0cffbef3e592c30b)
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f6d7ecf33dad..a84d83952cbe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
-# Generated by makepkg 5.2.2
-# Sat May 1 09:25:45 UTC 2021
+# Generated by makepkg 6.0.1
+# Thu Dec 30 16:16:56 UTC 2021
pkgbase = vdr-favorites
pkgdesc = Implements a favorite channels menu
pkgver = 0.0.3
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/vdr-projects/vdr-plugin-favorites
arch = x86_64
arch = i686
@@ -12,10 +12,9 @@ pkgbase = vdr-favorites
arch = armv7h
license = GPL2
depends = gcc-libs
- depends = vdr-api=2.4.7
+ depends = vdr-api=2.6.0
backup = etc/vdr/conf.avail/50-favorites.conf
source = vdr-favorites-0.0.3.tar.gz::https://github.com/vdr-projects/vdr-plugin-favorites/archive/0.0.3.tar.gz
sha256sums = 3aef2917336717e6e1cdfecc3a586a713e29dc7d292a4cbcf3b59045b3cf646e
pkgname = vdr-favorites
-
diff --git a/PKGBUILD b/PKGBUILD
index 4116f3cdef90..68bc96438bb1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Maintainer: Christopher Reimer <mail+vdr4arch[at]c-reimer[dot]de>
pkgname=vdr-favorites
pkgver=0.0.3
-_vdrapi=2.4.7
-pkgrel=2
+_vdrapi=2.6.0
+pkgrel=3
pkgdesc="Implements a favorite channels menu"
url="https://github.com/vdr-projects/vdr-plugin-favorites"
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h')