summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Reimer2021-05-01 11:20:17 +0200
committerManuel Reimer2021-05-01 11:20:17 +0200
commit83dd29dbec18b018e4947ddc2a078ed37226ee81 (patch)
tree7d7a2b7c0baf5229c20765822da8dbcb4958b255
parent81f672e4786168aa6e57f977a80fb197f36d5067 (diff)
downloadaur-83dd29dbec18b018e4947ddc2a078ed37226ee81.tar.gz
Sync from VDR4Arch (https://github.com/VDR4Arch/vdr4arch/commit/414bae13b382ffd1b60e0ec080c311621e3c2da4)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d9be518271a6..915b982cf2e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by makepkg 5.2.2
-# Wed Dec 23 12:06:48 UTC 2020
+# Sat May 1 09:20:16 UTC 2021
pkgbase = vdr-devstatus
pkgdesc = displays the status of all available dvb devices
pkgver = 0.5.0
- pkgrel = 2
+ pkgrel = 3
url = https://gitlab.com/kamel5/devstatus
arch = x86_64
arch = i686
@@ -12,7 +12,7 @@ pkgbase = vdr-devstatus
arch = armv7h
license = GPL2
depends = gcc-libs
- depends = vdr-api=2.4.6
+ depends = vdr-api=2.4.7
backup = etc/vdr/conf.avail/50-devstatus.conf
source = https://gitlab.com/kamel5/devstatus/-/archive/v0.5.0/devstatus-v0.5.0.tar.bz2
sha256sums = 658ae5cb3dd708b6b43e3491b9845f3a07cf1689f8df1a1cd93c869a515f62c1
diff --git a/PKGBUILD b/PKGBUILD
index 2398cb7778cb..2472cf18259e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Maintainer: Christopher Reimer <mail+vdr4arch[at]c-reimer[dot]de>
pkgname=vdr-devstatus
pkgver=0.5.0
-_vdrapi=2.4.6
-pkgrel=2
+_vdrapi=2.4.7
+pkgrel=3
pkgdesc="displays the status of all available dvb devices"
url="https://gitlab.com/kamel5/devstatus"
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h')