summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Reimer2024-04-24 20:06:02 +0200
committerManuel Reimer2024-04-24 20:06:02 +0200
commit3e2cd851cd523cb38f6488f421fc4dad5904f7b0 (patch)
tree4ca1081caa70c20c27fb7a78855822d4008b6ac5
parent3e25d03cff5353b3e9c6dabae544e8a4638d50a7 (diff)
downloadaur-vdr-sleeptimer.tar.gz
Sync from VDR4Arch (https://github.com/VDR4Arch/vdr4arch/commit/10ac7546d2fcdb42298b0d986e18429074bece59)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 20c2694a324e..e7ab4e874db4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vdr-sleeptimer
pkgdesc = Shutdown, mute or execute a custom command after a configurable timespan
pkgver = 0.8.3
- pkgrel = 6
+ pkgrel = 7
url = https://github.com/vdr-projects/vdr-plugin-sleeptimer
arch = x86_64
arch = i686
@@ -10,7 +10,7 @@ pkgbase = vdr-sleeptimer
arch = armv7h
license = GPL2
depends = gcc-libs
- depends = vdr-api=2.6.6
+ depends = vdr-api=2.6.7
backup = etc/vdr/conf.avail/50-sleeptimer.conf
source = vdr-sleeptimer-0.8.3.tar.gz::https://github.com/vdr-projects/vdr-plugin-sleeptimer/archive/refs/tags/0.8.3.tar.gz
source = 50-sleeptimer.conf
diff --git a/PKGBUILD b/PKGBUILD
index 4c80afcd3f88..6e5081fa3b22 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Maintainer: Christopher Reimer <mail+vdr4arch[at]c-reimer[dot]de>
pkgname=vdr-sleeptimer
pkgver=0.8.3
-_vdrapi=2.6.6
-pkgrel=6
+_vdrapi=2.6.7
+pkgrel=7
pkgdesc="Shutdown, mute or execute a custom command after a configurable timespan"
url="https://github.com/vdr-projects/vdr-plugin-sleeptimer"
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h')