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 7bbaba6f26f4..01bc2345e8ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vdr-dvbapi
pkgdesc = A bridge between VDR and OScam.
pkgver = 2.2.6
- pkgrel = 3
+ pkgrel = 4
epoch = 1
url = https://github.com/manio/vdr-plugin-dvbapi
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = vdr-dvbapi
depends = gcc-libs
depends = libdvbcsa
depends = openssl
- depends = vdr-api=2.6.6
+ depends = vdr-api=2.6.7
backup = etc/vdr/conf.avail/50-dvbapi.conf
source = vdr-plugin-dvbapi-2.2.6.tar.gz::https://github.com/manio/vdr-plugin-dvbapi/archive/refs/tags/v2.2.6.tar.gz
sha256sums = dba435f6d9172189de4059d796d9020109997d51370e49ec0398d40ef8e08f69
diff --git a/PKGBUILD b/PKGBUILD
index 47cb0077ea56..45864d21ff9e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
pkgname=vdr-dvbapi
pkgver=2.2.6
epoch=1
-_vdrapi=2.6.6
-pkgrel=3
+_vdrapi=2.6.7
+pkgrel=4
pkgdesc="A bridge between VDR and OScam."
url="https://github.com/manio/vdr-plugin-dvbapi"
arch=('x86_64' 'i686')