summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e667781dbb8c..4006f8b0f196 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libva-vdpau-driver-vp9-git
pkgdesc = VDPAU backend for VA API. (Version with VP9 codec support)
pkgver = r57.509d3b2
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/xuanruiqi/vdpau-va-driver-vp9
arch = x86_64
license = GPL
@@ -13,6 +13,7 @@ pkgbase = libva-vdpau-driver-vp9-git
depends = libgl
provides = libva-vdpau-driver
conflicts = libva-vdpau-driver
+ conflicts = nvidia-vaapi-driver
replaces = vdpau-video
source = libva-vdpau-driver-vp9-git::git+https://github.com/xuanruiqi/vdpau-va-driver-vp9.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 3af9c06b385b..44f283c341b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=libva-vdpau-driver-vp9-git
pkgver=r57.509d3b2
-pkgrel=3
+pkgrel=4
pkgdesc="VDPAU backend for VA API. (Version with VP9 codec support)"
arch=('x86_64')
url='https://github.com/xuanruiqi/vdpau-va-driver-vp9'
@@ -17,7 +17,7 @@ makedepends=('git'
)
replaces=('vdpau-video')
provides=('libva-vdpau-driver')
-conflicts=('libva-vdpau-driver')
+conflicts=('libva-vdpau-driver' 'nvidia-vaapi-driver')
source=("$pkgname::git+$url.git")
sha256sums=('SKIP')