summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Reimer2024-01-07 14:44:00 +0100
committerManuel Reimer2024-01-07 14:44:00 +0100
commit7afca40bc2609d8b0d4ffe8dbfa50032054c978a (patch)
treeedbb012f8e9ec6d6a0c9e964bb0849664550c746
parent72506d9c09156ed90ee5537db4db3ad44694ce0a (diff)
downloadaur-7afca40bc2609d8b0d4ffe8dbfa50032054c978a.tar.gz
Sync from VDR4Arch (https://github.com/VDR4Arch/vdr4arch/commit/6d73422241f2b26f258886503d139761f35c82fa)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 68b92eefe3d2..6018cf6b975c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by makepkg 6.0.2
-# Mon Dec 19 14:04:39 UTC 2022
pkgbase = vdr-sleeptimer
pkgdesc = Shutdown, mute or execute a custom command after a configurable timespan
pkgver = 0.8.3
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/vdr-projects/vdr-plugin-sleeptimer
arch = x86_64
arch = i686
@@ -12,7 +10,7 @@ pkgbase = vdr-sleeptimer
arch = armv7h
license = GPL2
depends = gcc-libs
- depends = vdr-api=2.6.3
+ depends = vdr-api=2.6.5
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 c9825ad48741..a9ae80861e7a 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.3
-pkgrel=4
+_vdrapi=2.6.5
+pkgrel=5
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')