summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Reimer2021-01-03 20:10:18 +0100
committerManuel Reimer2021-01-03 20:10:18 +0100
commit75638f0ca04e7c1b787c4248d6160f55c43617d7 (patch)
tree78b7613925d7ea0d63e802559af5522e13480e05
parentacd51b6f5b099f682cbfe25d8ef96f748f35a718 (diff)
downloadaur-75638f0ca04e7c1b787c4248d6160f55c43617d7.tar.gz
Sync from VDR4Arch (https://github.com/VDR4Arch/vdr4arch/commit/db400ee7de40528d78526e5f2134846fc8efcac3)
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f24d7ecd8154..04bfb9dccf61 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by makepkg 5.2.2
-# Wed Dec 23 12:25:44 UTC 2020
+# Sun Jan 3 19:10:18 UTC 2021
pkgbase = vdr-softhddevice
pkgdesc = software and GPU emulated HD output device plugin for VDR
- pkgver = 1.0.5
- pkgrel = 2
+ pkgver = 1.0.10
+ 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.0.5.tar.gz::https://github.com/ua0lnj/vdr-plugin-softhddevice/archive/v1.0.5.tar.gz
+ source = vdr-softhddevice-1.0.10.tar.gz::https://github.com/ua0lnj/vdr-plugin-softhddevice/archive/v1.0.10.tar.gz
source = 50-softhddevice.conf
- sha256sums = d97f1080d2f1f305ba7143866874faf74fb7728bb39c53dfbf6a7ba39a79f32b
+ sha256sums = cb656c9dcc57fa3ba67257da6b87fdadfa58bc16edb35a7d00746d9468986900
sha256sums = 67bb0c168042b27ead3f62a98f9b434d0164da5fe334a76ccc5dd061932d1952
pkgname = vdr-softhddevice
diff --git a/PKGBUILD b/PKGBUILD
index ab1bc61b7d65..c8db9666dc3a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
# Maintainer: Christopher Reimer <mail+vdr4arch[at]c-reimer[dot]de>
pkgname=vdr-softhddevice
-pkgver=1.0.5
+pkgver=1.0.10
epoch=1
_vdrapi=2.4.6
-pkgrel=2
+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=('d97f1080d2f1f305ba7143866874faf74fb7728bb39c53dfbf6a7ba39a79f32b'
+sha256sums=('cb656c9dcc57fa3ba67257da6b87fdadfa58bc16edb35a7d00746d9468986900'
'67bb0c168042b27ead3f62a98f9b434d0164da5fe334a76ccc5dd061932d1952')
prepare() {