summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Reimer2018-12-25 16:25:13 +0100
committerManuel Reimer2018-12-25 16:25:13 +0100
commitc9181aefdac969a4255f5deaed3d2c6fd61422f8 (patch)
treed2655b9698b89b43a1dff10a3be99abb9d290226
parent8ccbf9f4e5631ccef9475e2496e8d52adff4062f (diff)
downloadaur-c9181aefdac969a4255f5deaed3d2c6fd61422f8.tar.gz
Sync from VDR4Arch (https://github.com/VDR4Arch/vdr4arch/commit/790ddeadfbd98dd329e7458a3b3f85b3cb7748ea)
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD12
2 files changed, 14 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 064348aa8d3d..c3edda8a0cc5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
-# Generated by makepkg 5.0.2
-# Fri Sep 8 20:45:14 UTC 2017
+# Generated by makepkg 5.1.1
+# Tue Dec 25 15:25:12 UTC 2018
pkgbase = vdr-favorites
pkgdesc = Implements a favorite channels menu
pkgver = 0.0.2
- pkgrel = 13
+ pkgrel = 15
url = http://www.vdr-portal.de/board1-news/board2-vdr-news/p1039565-announce-vdr-favorites-0-0-2/
arch = x86_64
arch = i686
@@ -12,12 +12,14 @@ pkgbase = vdr-favorites
arch = armv7h
license = GPL2
depends = gcc-libs
- depends = vdr-api=2.2.0
+ depends = vdr-api=2.4.0
backup = etc/vdr/conf.avail/50-favorites.conf
source = vdr-favorites-0.0.2.tgz::https://www.vdr-portal.de/index.php?attachment/29502
source = favorites-makefile-1.7.36.tar.gz::https://www.vdr-portal.de/index.php?attachment/32856
+ source = favorites-0.0.2-vdr-2.3.1-porting.diff::https://www.vdr-portal.de/index.php?attachment/38761-favorites-0-0-2-vdr-2-3-1-porting-diff/
md5sums = b5e87d11102ff1d8923a64cd53694171
md5sums = e3262d62bee7d4e99c16d3359e77261f
+ md5sums = 8bc83fc7ac565f6d89b4bf1e2b617996
pkgname = vdr-favorites
diff --git a/PKGBUILD b/PKGBUILD
index 72264ed5d91f..dc109a639d82 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.2
-_vdrapi=2.2.0
-pkgrel=13
+_vdrapi=2.4.0
+pkgrel=15
pkgdesc="Implements a favorite channels menu"
url="http://www.vdr-portal.de/board1-news/board2-vdr-news/p1039565-announce-vdr-favorites-0-0-2/"
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h')
@@ -12,13 +12,17 @@ license=('GPL2')
depends=('gcc-libs' "vdr-api=${_vdrapi}")
_plugname=${pkgname//vdr-/}
source=("$pkgname-$pkgver.tgz::https://www.vdr-portal.de/index.php?attachment/29502"
- "favorites-makefile-1.7.36.tar.gz::https://www.vdr-portal.de/index.php?attachment/32856")
+ "favorites-makefile-1.7.36.tar.gz::https://www.vdr-portal.de/index.php?attachment/32856"
+ "favorites-0.0.2-vdr-2.3.1-porting.diff::https://www.vdr-portal.de/index.php?attachment/38761-favorites-0-0-2-vdr-2-3-1-porting-diff/"
+)
backup=("etc/vdr/conf.avail/50-$_plugname.conf")
md5sums=('b5e87d11102ff1d8923a64cd53694171'
- 'e3262d62bee7d4e99c16d3359e77261f')
+ 'e3262d62bee7d4e99c16d3359e77261f'
+ '8bc83fc7ac565f6d89b4bf1e2b617996')
prepare() {
cd "${srcdir}/${_plugname}-${pkgver}"
+ patch -p1 -i "${srcdir}/favorites-0.0.2-vdr-2.3.1-porting.diff"
cp "$srcdir/favorites-makefile-1.7.36" Makefile
}