summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Reimer2024-04-24 20:06:18 +0200
committerManuel Reimer2024-04-24 20:06:18 +0200
commitd060dda37da4aeb2143084027685da6f44452c01 (patch)
tree08e9ccad1c6b4a25312cf91a7abfed880796991b
parent9e92dc6e14cb8366c12307b2a86e74838434431b (diff)
downloadaur-d060dda37da4aeb2143084027685da6f44452c01.tar.gz
Sync from VDR4Arch (https://github.com/VDR4Arch/vdr4arch/commit/10ac7546d2fcdb42298b0d986e18429074bece59)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d38541b54893..51fb0f8fe260 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vdr-softhddevice
pkgdesc = software and GPU emulated HD output device plugin for VDR
pkgver = 2.1.2
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = https://github.com/ua0lnj/vdr-plugin-softhddevice
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = vdr-softhddevice
depends = freeglut
depends = glew
depends = mesa
- depends = vdr-api=2.6.6
+ depends = vdr-api=2.6.7
depends = xcb-util-wm
depends = xorg-server
depends = libva
diff --git a/PKGBUILD b/PKGBUILD
index 6d3aed083a03..e15844e96a1b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
# Maintainer: Christopher Reimer <mail+vdr4arch[at]c-reimer[dot]de>
pkgname=vdr-softhddevice
pkgver=2.1.2
-pkgrel=1
+pkgrel=2
epoch=1
-_vdrapi=2.6.6
+_vdrapi=2.6.7
pkgdesc="software and GPU emulated HD output device plugin for VDR"
url="https://github.com/ua0lnj/vdr-plugin-softhddevice"
arch=('x86_64' 'i686')