summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Reimer2023-07-19 16:37:47 +0200
committerManuel Reimer2023-07-19 16:37:47 +0200
commit40a370d6159e0a0a3005aeabd5d0f05b0de769e0 (patch)
tree8439d4b08cef44ee0dbf84421f0da8211026464a
parent022fc067975a3eeacbf6612b8f8f66fbd3a80e15 (diff)
downloadaur-40a370d6159e0a0a3005aeabd5d0f05b0de769e0.tar.gz
Sync from VDR4Arch (https://github.com/VDR4Arch/vdr4arch/commit/1b935d975101ca198e249329099d2eee3674a5f2)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af7914ae1eb7..8613d194fa34 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vdr-softhddevice
pkgdesc = software and GPU emulated HD output device plugin for VDR
- pkgver = 1.10.3
+ pkgver = 1.11.0
pkgrel = 1
epoch = 1
url = https://github.com/ua0lnj/vdr-plugin-softhddevice
@@ -23,9 +23,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.10.3.tar.gz::https://github.com/ua0lnj/vdr-plugin-softhddevice/archive/v1.10.3.tar.gz
+ source = vdr-softhddevice-1.11.0.tar.gz::https://github.com/ua0lnj/vdr-plugin-softhddevice/archive/v1.11.0.tar.gz
source = 50-softhddevice.conf
- sha256sums = 563e97ba8c5279056683e9a1c4860a8a172bcb1208942318ac1a7a3e33633811
+ sha256sums = 10e59c9f99411aeef118291781e2aa0b6e868f624ea7ef1e5b452e483a88d5a4
sha256sums = 889d4c19770a926f8aa6a014ff8219800a7a74c464ef0b12dcef6bb8db93e719
pkgname = vdr-softhddevice
diff --git a/PKGBUILD b/PKGBUILD
index bb2c37cdafd4..86f6f9a42ee8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
# Maintainer: Christopher Reimer <mail+vdr4arch[at]c-reimer[dot]de>
pkgname=vdr-softhddevice
-pkgver=1.10.3
+pkgver=1.11.0
+pkgrel=1
epoch=1
_vdrapi=2.6.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')
@@ -19,7 +19,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=('563e97ba8c5279056683e9a1c4860a8a172bcb1208942318ac1a7a3e33633811'
+sha256sums=('10e59c9f99411aeef118291781e2aa0b6e868f624ea7ef1e5b452e483a88d5a4'
'889d4c19770a926f8aa6a014ff8219800a7a74c464ef0b12dcef6bb8db93e719')
prepare() {