summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Reimer2024-01-07 14:41:46 +0100
committerManuel Reimer2024-01-07 14:41:46 +0100
commit7ae5455aa3ada1c37b8af7c81268274ebb4b6a2d (patch)
treed4a20d9e8c7cad38c4eccd75daa68f789360da20
parentd2351ed3bad2cb695797ef7a1ec354ddb52abfbe (diff)
downloadaur-7ae5455aa3ada1c37b8af7c81268274ebb4b6a2d.tar.gz
Sync from VDR4Arch (https://github.com/VDR4Arch/vdr4arch/commit/6d73422241f2b26f258886503d139761f35c82fa)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e21831b7fc73..761b2045e690 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 = 1
+ pkgrel = 2
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.3
+ depends = vdr-api=2.6.5
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 4378092a09f4..4a3f924354fa 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.3
-pkgrel=1
+_vdrapi=2.6.5
+pkgrel=2
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')