summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Reimer2022-02-17 16:06:42 +0100
committerManuel Reimer2022-02-17 16:06:42 +0100
commit6617469d5141f219f2703c62f0fafbeb5663cd7a (patch)
treed85581a933d41691cb2be43b05f3c6f5f44747d8
parentc502d972ec57f5bb41f0b55081fc9db010cdf35c (diff)
downloadaur-6617469d5141f219f2703c62f0fafbeb5663cd7a.tar.gz
Sync from VDR4Arch (https://github.com/VDR4Arch/vdr4arch/commit/7dfcc97fea63efd432f3c277ea4dd153952ba5ba)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac0f359d216a..336f99ac1690 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by makepkg 6.0.1
-# Thu Dec 30 16:29:48 UTC 2021
+# Thu Feb 17 15:06:42 UTC 2022
pkgbase = vdr-softhddevice
pkgdesc = software and GPU emulated HD output device plugin for VDR
pkgver = 1.2.3
- pkgrel = 2
+ pkgrel = 3
epoch = 1
url = https://github.com/ua0lnj/vdr-plugin-softhddevice
arch = x86_64
@@ -16,7 +16,7 @@ pkgbase = vdr-softhddevice
depends = freeglut
depends = glew
depends = mesa
- depends = vdr-api=2.6.0
+ depends = vdr-api=2.6.1
depends = xcb-util-wm
depends = xorg-server
optdepends = nvidia: Required for VDPAU decoding,
diff --git a/PKGBUILD b/PKGBUILD
index cd72ae43e7e4..8724738231d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
pkgname=vdr-softhddevice
pkgver=1.2.3
epoch=1
-_vdrapi=2.6.0
-pkgrel=2
+_vdrapi=2.6.1
+pkgrel=3
pkgdesc="software and GPU emulated HD output device plugin for VDR"
url="https://github.com/ua0lnj/vdr-plugin-softhddevice"
arch=('x86_64' 'i686')