summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Reimer2020-12-23 13:18:11 +0100
committerManuel Reimer2020-12-23 13:18:11 +0100
commit2ee8813ecf982e81d0b06435b95d8c4e4b230582 (patch)
tree230de4635d2b69ac6ac53c4f62066260d45de6a2
parenteea9156c68e956a6d54ae292563e14213dcd94a5 (diff)
downloadaur-2ee8813ecf982e81d0b06435b95d8c4e4b230582.tar.gz
Sync from VDR4Arch (https://github.com/VDR4Arch/vdr4arch/commit/5f554a1322425a372263793f42e00266a20313ac)
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD10
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b6b1484b8c08..5248dace3481 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by makepkg 5.2.2
-# Sun Aug 2 17:35:59 UTC 2020
+# Wed Dec 23 12:18:10 UTC 2020
pkgbase = vdr-osd2web
pkgdesc = osd2web is a VDR skin interface for web browsers, to show and navigate through the VDR osd
- pkgver = 0.2.48
- pkgrel = 3
+ pkgver = 0.2.54
+ pkgrel = 1
url = https://github.com/horchi/vdr-plugin-osd2web
arch = x86_64
arch = i686
@@ -15,13 +15,13 @@ pkgbase = vdr-osd2web
depends = libwebsockets
depends = tinyxml2
depends = libexif
- depends = vdr-api=2.4.3
+ depends = vdr-api=2.4.6
options = !emptydirs
backup = etc/vdr/conf.avail/50-osd2web.conf
- source = vdr-osd2web-0.2.48.tar.gz::https://github.com/horchi/vdr-plugin-osd2web/archive/0.2.48.tar.gz
+ source = vdr-osd2web-0.2.54.tar.gz::https://github.com/horchi/vdr-plugin-osd2web/archive/0.2.54.tar.gz
source = 50-osd2web.conf
- md5sums = 4de4fad0b8f19084cc82b5ec760e02d3
- md5sums = e4c8311b59cf3a28327bcae842dc4699
+ sha256sums = 3ac35f86d864fc87af5c254532945ab7a2650e3a7e195ba0f394cd789477536d
+ sha256sums = 330126667df54bcb853346bf2dde52beecafc4fda1a684b68d4cc81908ba551c
pkgname = vdr-osd2web
diff --git a/PKGBUILD b/PKGBUILD
index 3e5dcc81d81e..cad652f77f32 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Christopher Reimer <mail+vdr4arch[at]c-reimer[dot]de>
pkgname='vdr-osd2web'
-pkgver=0.2.48
-_vdrapi=2.4.3
-pkgrel=3
+pkgver=0.2.54
+_vdrapi=2.4.6
+pkgrel=1
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')
@@ -15,8 +15,8 @@ source=("$pkgname-$pkgver.tar.gz::https://github.com/horchi/vdr-plugin-osd2web/a
"50-$_plugname.conf")
backup=("etc/vdr/conf.avail/50-$_plugname.conf")
options=('!emptydirs')
-md5sums=('4de4fad0b8f19084cc82b5ec760e02d3'
- 'e4c8311b59cf3a28327bcae842dc4699')
+sha256sums=('3ac35f86d864fc87af5c254532945ab7a2650e3a7e195ba0f394cd789477536d'
+ '330126667df54bcb853346bf2dde52beecafc4fda1a684b68d4cc81908ba551c')
build() {
cd "${srcdir}/vdr-plugin-$_plugname-$pkgver"