summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Reimer2022-03-14 19:05:35 +0100
committerManuel Reimer2022-03-14 19:05:35 +0100
commitc3e21b8f99eea2703da9a25e54f66f1f361048fe (patch)
treec5c332d174cdf0dac972e150e64a35aeb059765a
parent6617469d5141f219f2703c62f0fafbeb5663cd7a (diff)
downloadaur-c3e21b8f99eea2703da9a25e54f66f1f361048fe.tar.gz
Sync from VDR4Arch (https://github.com/VDR4Arch/vdr4arch/commit/b3145acbab4cbd62a864b83611d542d09b2ab128)
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 336f99ac1690..bdd87e9e14a2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by makepkg 6.0.1
-# Thu Feb 17 15:06:42 UTC 2022
+# Mon Mar 14 18:05:34 UTC 2022
pkgbase = vdr-softhddevice
pkgdesc = software and GPU emulated HD output device plugin for VDR
- pkgver = 1.2.3
- pkgrel = 3
+ pkgver = 1.2.8
+ pkgrel = 1
epoch = 1
url = https://github.com/ua0lnj/vdr-plugin-softhddevice
arch = x86_64
@@ -22,9 +22,9 @@ pkgbase = vdr-softhddevice
optdepends = nvidia: Required for VDPAU decoding,
optdepends = vdr-xorg: Recommended way to start X.org server together with VDR
backup = etc/vdr/conf.avail/50-softhddevice.conf
- source = vdr-softhddevice-1.2.3.tar.gz::https://github.com/ua0lnj/vdr-plugin-softhddevice/archive/v1.2.3.tar.gz
+ source = vdr-softhddevice-1.2.8.tar.gz::https://github.com/ua0lnj/vdr-plugin-softhddevice/archive/v1.2.8.tar.gz
source = 50-softhddevice.conf
- sha256sums = fcba803ca7687a979acfeaee988e1d01f66b04f380f000e0c63f5524de924eee
+ sha256sums = 6d2908e1c5cac0e311332e9b73e5aafe11d3c70f4fff66d9dfd72536957cc4ee
sha256sums = 889d4c19770a926f8aa6a014ff8219800a7a74c464ef0b12dcef6bb8db93e719
pkgname = vdr-softhddevice
diff --git a/PKGBUILD b/PKGBUILD
index 8724738231d0..b933b277ca0a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
# Maintainer: Christopher Reimer <mail+vdr4arch[at]c-reimer[dot]de>
pkgname=vdr-softhddevice
-pkgver=1.2.3
+pkgver=1.2.8
epoch=1
_vdrapi=2.6.1
-pkgrel=3
+pkgrel=1
pkgdesc="software and GPU emulated HD output device plugin for VDR"
url="https://github.com/ua0lnj/vdr-plugin-softhddevice"
arch=('x86_64' 'i686')
@@ -18,7 +18,7 @@ _plugname=${pkgname//vdr-/}
source=("$pkgname-$pkgver.tar.gz::https://github.com/ua0lnj/vdr-plugin-softhddevice/archive/v$pkgver.tar.gz"
"50-$_plugname.conf")
backup=("etc/vdr/conf.avail/50-$_plugname.conf")
-sha256sums=('fcba803ca7687a979acfeaee988e1d01f66b04f380f000e0c63f5524de924eee'
+sha256sums=('6d2908e1c5cac0e311332e9b73e5aafe11d3c70f4fff66d9dfd72536957cc4ee'
'889d4c19770a926f8aa6a014ff8219800a7a74c464ef0b12dcef6bb8db93e719')
prepare() {