summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Reimer2024-01-28 22:50:13 +0100
committerManuel Reimer2024-01-28 22:50:13 +0100
commitb05e18b79006f5a88fa73f61ef0c68b8ac638627 (patch)
tree42e3542342e84987ae76358e308e939a72a1f38d
parent7ae5455aa3ada1c37b8af7c81268274ebb4b6a2d (diff)
downloadaur-b05e18b79006f5a88fa73f61ef0c68b8ac638627.tar.gz
Sync from VDR4Arch (https://github.com/VDR4Arch/vdr4arch/commit/662c587ccda59e57f14e85a57b5d1b85bfafcf65)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 761b2045e690..9753c6d9dbba 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 = 2
+ pkgrel = 3
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.5
+ depends = vdr-api=2.6.6
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 4a3f924354fa..50b506c814aa 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.5
-pkgrel=2
+_vdrapi=2.6.6
+pkgrel=3
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')