summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Reimer2021-12-30 17:29:10 +0100
committerManuel Reimer2021-12-30 17:29:10 +0100
commitf7c198a6c7f2c8b8f8a8a59670a8e23919c886c3 (patch)
tree3ab0122396a61648ff2b1c11a877873961ed3be8
parent1ef6c0790d16f1f82c13bf0658fd0532359fb044 (diff)
downloadaur-f7c198a6c7f2c8b8f8a8a59670a8e23919c886c3.tar.gz
Sync from VDR4Arch (https://github.com/VDR4Arch/vdr4arch/commit/de1af7ba166ee7e30848b5ed0cffbef3e592c30b)
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c45d48ce6b5e..038039683bdd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
-# Generated by makepkg 5.2.2
-# Sat May 1 09:39:31 UTC 2021
+# Generated by makepkg 6.0.1
+# Thu Dec 30 16:29:08 UTC 2021
pkgbase = vdr-sleeptimer
pkgdesc = Shutdown, mute or execute a custom command after a configurable timespan
pkgver = 0.8.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/vdr-projects/vdr-plugin-sleeptimer
arch = x86_64
arch = i686
@@ -12,7 +12,7 @@ pkgbase = vdr-sleeptimer
arch = armv7h
license = GPL2
depends = gcc-libs
- depends = vdr-api=2.4.7
+ depends = vdr-api=2.6.0
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
@@ -20,4 +20,3 @@ pkgbase = vdr-sleeptimer
sha256sums = a71c1272e0ffe6e3c19f29d48ce32d174bfd4d6830c105c1814e521e30c0adec
pkgname = vdr-sleeptimer
-
diff --git a/PKGBUILD b/PKGBUILD
index 966ace3ad968..8c7c1a0ad51e 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.4.7
-pkgrel=1
+_vdrapi=2.6.0
+pkgrel=2
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')