summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Reimer2022-02-17 15:56:11 +0100
committerManuel Reimer2022-02-17 15:56:11 +0100
commit2fca6f83e577bca40ce1eec06e5c93bb0e23abb3 (patch)
tree2a5195ff46cf67c1611021316620ce5ebf98c47c
parentd4938ef38c1fb0e396ca283519d177da19408410 (diff)
downloadaur-2fca6f83e577bca40ce1eec06e5c93bb0e23abb3.tar.gz
Sync from VDR4Arch (https://github.com/VDR4Arch/vdr4arch/commit/7dfcc97fea63efd432f3c277ea4dd153952ba5ba)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 827b1ea04016..8174e3e7070a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by makepkg 6.0.1
-# Thu Dec 30 16:22:58 UTC 2021
+# Thu Feb 17 14:56:10 UTC 2022
pkgbase = vdr-osdteletext
pkgdesc = Displays teletext pages directly on VDR's OSD
pkgver = 1.1.1
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/vdr-projects/vdr-plugin-osdteletext
arch = x86_64
arch = i686
@@ -12,7 +12,7 @@ pkgbase = vdr-osdteletext
arch = armv7h
license = GPL2
depends = gcc-libs
- depends = vdr-api=2.6.0
+ depends = vdr-api=2.6.1
optdepends = ttf-teletext2: rendering special graphic characters used in Teletext
backup = etc/vdr/conf.avail/50-osdteletext.conf
source = vdr-osdteletext-1.1.1.tar.gz::https://github.com/vdr-projects/vdr-plugin-osdteletext/archive/v1.1.1.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 5bf12808e0e3..2c87236d6450 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Maintainer: Christopher Reimer <mail+vdr4arch[at]c-reimer[dot]de>
pkgname=vdr-osdteletext
pkgver=1.1.1
-_vdrapi=2.6.0
-pkgrel=3
+_vdrapi=2.6.1
+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')