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 86096644234e..11d9b7133b76 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vdr-osd2web
pkgdesc = osd2web is a VDR skin interface for web browsers, to show and navigate through the VDR osd
pkgver = 0.3.2
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/horchi/vdr-plugin-osd2web
arch = x86_64
arch = i686
@@ -13,7 +13,7 @@ pkgbase = vdr-osd2web
depends = libwebsockets
depends = tinyxml2
depends = libexif
- depends = vdr-api=2.6.5
+ depends = vdr-api=2.6.6
options = !emptydirs
backup = etc/vdr/conf.avail/50-osd2web.conf
source = vdr-osd2web-0.3.2.tar.gz::https://github.com/horchi/vdr-plugin-osd2web/archive/0.3.2.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 5a6610a64b37..f499c2c91470 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Maintainer: Christopher Reimer <mail+vdr4arch[at]c-reimer[dot]de>
pkgname='vdr-osd2web'
pkgver=0.3.2
-_vdrapi=2.6.5
-pkgrel=2
+_vdrapi=2.6.6
+pkgrel=3
pkgdesc='osd2web is a VDR skin interface for web browsers, to show and navigate through the VDR osd'
url="https://github.com/horchi/vdr-plugin-osd2web"
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h')