summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Reimer2024-01-07 14:44:08 +0100
committerManuel Reimer2024-01-07 14:44:08 +0100
commit49bf856b190e16f588b4d9d83792b8103f260530 (patch)
tree18ae3deac9849e6f47c4f3766bc47182ca859ac2
parentb291de5aa7a24cb3e9f5f148e96d425ce644f296 (diff)
downloadaur-49bf856b190e16f588b4d9d83792b8103f260530.tar.gz
Sync from VDR4Arch (https://github.com/VDR4Arch/vdr4arch/commit/6d73422241f2b26f258886503d139761f35c82fa)
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a3093e1bf634..62f19922bed5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vdr-softhdcuvid
pkgdesc = VDR output plugin with CUDA and Opengl
pkgver = 3.12
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/jojo61/vdr-plugin-softhdcuvid
arch = x86_64
license = AGPL3
@@ -9,7 +9,7 @@ pkgbase = vdr-softhdcuvid
makedepends = freeglut
makedepends = glew
makedepends = mesa
- makedepends = vdr-api=2.6.3
+ makedepends = vdr-api=2.6.5
makedepends = xcb-util-wm
makedepends = xorg-server
makedepends = nvidia>=410.48
@@ -28,7 +28,7 @@ pkgname = vdr-softhdcuvid
depends = freeglut
depends = glew
depends = mesa
- depends = vdr-api=2.6.3
+ depends = vdr-api=2.6.5
depends = xcb-util-wm
depends = xorg-server
depends = nvidia>=410.48
@@ -44,7 +44,7 @@ pkgname = vdr-softhdvaapi
depends = freeglut
depends = glew
depends = mesa
- depends = vdr-api=2.6.3
+ depends = vdr-api=2.6.5
depends = xcb-util-wm
depends = xorg-server
depends = glu
@@ -60,7 +60,7 @@ pkgname = vdr-softhddrm
depends = freeglut
depends = glew
depends = mesa
- depends = vdr-api=2.6.3
+ depends = vdr-api=2.6.5
depends = xcb-util-wm
depends = glu
depends = freetype2
diff --git a/PKGBUILD b/PKGBUILD
index 8ea84ea119c5..c98421827747 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgbase=vdr-softhdcuvid
pkgname=(vdr-softhdcuvid vdr-softhdvaapi vdr-softhddrm)
pkgver=3.12
-pkgrel=1
-_vdrapi=2.6.3
+pkgrel=2
+_vdrapi=2.6.5
pkgdesc="VDR output plugin with CUDA and Opengl"
url="https://github.com/jojo61/vdr-plugin-softhdcuvid"
arch=('x86_64')