summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9753c6d9dbba..b5a74e30e16f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vdr-osdteletext
pkgdesc = Displays teletext pages directly on VDR's OSD
pkgver = 2.3.1
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/vdr-projects/vdr-plugin-osdteletext
arch = x86_64
arch = i686
@@ -10,7 +10,7 @@ pkgbase = vdr-osdteletext
arch = armv7h
license = GPL2
depends = gcc-libs
- depends = vdr-api=2.6.6
+ depends = vdr-api=2.6.7
optdepends = ttf-teletext2: rendering special graphic characters used in Teletext
backup = etc/vdr/conf.avail/50-osdteletext.conf
source = vdr-osdteletext-2.3.1.tar.gz::https://github.com/vdr-projects/vdr-plugin-osdteletext/archive/v2.3.1.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 50b506c814aa..4f77ca13ef00 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Maintainer: Christopher Reimer <mail+vdr4arch[at]c-reimer[dot]de>
pkgname=vdr-osdteletext
pkgver=2.3.1
-_vdrapi=2.6.6
-pkgrel=3
+_vdrapi=2.6.7
+pkgrel=4
pkgdesc="Displays teletext pages directly on VDR's OSD"
url="https://github.com/vdr-projects/vdr-plugin-osdteletext"
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h')