summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Reimer2022-06-06 16:38:43 +0200
committerManuel Reimer2022-06-06 16:38:43 +0200
commitcb8ddb6937d687be26a53db557f4dddffa2a84ae (patch)
tree81b643bfe9003f7394ee052fdb2892f9d976ff8f
parentb1b875ed54f9386a38c8914fa439ef47b693a67a (diff)
downloadaur-cb8ddb6937d687be26a53db557f4dddffa2a84ae.tar.gz
Sync from VDR4Arch (https://github.com/VDR4Arch/vdr4arch/commit/6e80e2bdb88295d4d2297dc7c795d82b6d11bcca)
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 23255792d19e..472d6bb631dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by makepkg 6.0.1
-# Thu Feb 17 15:01:08 UTC 2022
+# Mon Jun 6 14:38:41 UTC 2022
pkgbase = vdr-restfulapi
pkgdesc = Restful-API Control for VDR
- pkgver = 0.2.6.5
- pkgrel = 8
+ pkgver = 0.2.6.6
+ pkgrel = 1
epoch = 1
url = https://github.com/yavdr/vdr-plugin-restfulapi
arch = x86_64
@@ -19,9 +19,9 @@ pkgbase = vdr-restfulapi
backup = var/lib/vdr/plugins/restfulapi/API.html
backup = var/lib/vdr/plugins/restfulapi/osd.css
backup = var/lib/vdr/plugins/restfulapi/osd.js
- source = vdr-restfulapi-0.2.6.5.tar.gz::https://github.com/yavdr/vdr-plugin-restfulapi/archive/0.2.6.5.tar.gz
+ source = vdr-restfulapi-0.2.6.6.tar.gz::https://github.com/yavdr/vdr-plugin-restfulapi/archive/0.2.6.6.tar.gz
source = 50-restfulapi.conf
- md5sums = 66da21ec918886135120b1d8bb8094e2
+ md5sums = 0ebe227bd662532dfe785452b5a325ba
md5sums = 7b482249828a58f1f6ce2cd4a577f773
pkgname = vdr-restfulapi
diff --git a/PKGBUILD b/PKGBUILD
index d95735dece4c..88b11b94b5a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Maintainer: Alexander Grothe <seahawk1986[at]hotmail[dot]com>
pkgname=vdr-restfulapi
epoch=1
-pkgver=0.2.6.5
-pkgrel=8
+pkgver=0.2.6.6
+pkgrel=1
_vdrapi=2.6.1
pkgdesc="Restful-API Control for VDR"
url="https://github.com/yavdr/vdr-plugin-restfulapi"
@@ -18,7 +18,7 @@ backup=("etc/vdr/conf.avail/50-$_plugname.conf"
'var/lib/vdr/plugins/restfulapi/API.html'
'var/lib/vdr/plugins/restfulapi/osd.css'
'var/lib/vdr/plugins/restfulapi/osd.js')
-md5sums=('66da21ec918886135120b1d8bb8094e2'
+md5sums=('0ebe227bd662532dfe785452b5a325ba'
'7b482249828a58f1f6ce2cd4a577f773')
prepare() {