summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Reimer2022-02-17 16:01:10 +0100
committerManuel Reimer2022-02-17 16:01:10 +0100
commitb1b875ed54f9386a38c8914fa439ef47b693a67a (patch)
treeb0561d71b235b0c30947b96a05fe2761e3382473
parentb55dbc6b57037390ae38a40b9866fadfa881e8be (diff)
downloadaur-b1b875ed54f9386a38c8914fa439ef47b693a67a.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 d096094d085d..23255792d19e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by makepkg 6.0.1
-# Thu Dec 30 16:25:57 UTC 2021
+# Thu Feb 17 15:01:08 UTC 2022
pkgbase = vdr-restfulapi
pkgdesc = Restful-API Control for VDR
pkgver = 0.2.6.5
- pkgrel = 7
+ pkgrel = 8
epoch = 1
url = https://github.com/yavdr/vdr-plugin-restfulapi
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = vdr-restfulapi
license = GPL2
depends = cxxtools
depends = graphicsmagick
- depends = vdr-api=2.6.0
+ depends = vdr-api=2.6.1
backup = etc/vdr/conf.avail/50-restfulapi.conf
backup = var/lib/vdr/plugins/restfulapi/API.html
backup = var/lib/vdr/plugins/restfulapi/osd.css
diff --git a/PKGBUILD b/PKGBUILD
index 4cce905102d5..d95735dece4c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
pkgname=vdr-restfulapi
epoch=1
pkgver=0.2.6.5
-pkgrel=7
-_vdrapi=2.6.0
+pkgrel=8
+_vdrapi=2.6.1
pkgdesc="Restful-API Control for VDR"
url="https://github.com/yavdr/vdr-plugin-restfulapi"
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h')