summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXuanrui Qi2021-10-13 23:04:09 +0900
committerXuanrui Qi2021-10-13 23:04:09 +0900
commit9336ec3b5c9e280264d930f3fe2a5a8f319b643c (patch)
tree1f2611e18efa4dd818b191697156e77dea1207d4
parent70bf2bb43c4d67f6e63846b3c30b87945666f9ae (diff)
downloadaur-9336ec3b5c9e280264d930f3fe2a5a8f319b643c.tar.gz
Update to xuanruiqi branch
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 85b014095e22..e667781dbb8c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = libva-vdpau-driver-vp9-git
pkgdesc = VDPAU backend for VA API. (Version with VP9 codec support)
- pkgver = r51.dabc009
- pkgrel = 2
- url = https://github.com/xtknight/vdpau-va-driver-vp9
+ pkgver = r57.509d3b2
+ pkgrel = 3
+ url = https://github.com/xuanruiqi/vdpau-va-driver-vp9
arch = x86_64
license = GPL
makedepends = git
@@ -14,8 +14,7 @@ pkgbase = libva-vdpau-driver-vp9-git
provides = libva-vdpau-driver
conflicts = libva-vdpau-driver
replaces = vdpau-video
- source = libva-vdpau-driver-vp9-git::git+https://github.com/xtknight/vdpau-va-driver-vp9.git
+ source = libva-vdpau-driver-vp9-git::git+https://github.com/xuanruiqi/vdpau-va-driver-vp9.git
sha256sums = SKIP
pkgname = libva-vdpau-driver-vp9-git
-
diff --git a/PKGBUILD b/PKGBUILD
index ad5a692b6460..3af9c06b385b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Térence Clastres <t dot clastres at gmail dot com>
pkgname=libva-vdpau-driver-vp9-git
-pkgver=r51.dabc009
-pkgrel=2
+pkgver=r57.509d3b2
+pkgrel=3
pkgdesc="VDPAU backend for VA API. (Version with VP9 codec support)"
arch=('x86_64')
-url='https://github.com/xtknight/vdpau-va-driver-vp9'
+url='https://github.com/xuanruiqi/vdpau-va-driver-vp9'
license=('GPL')
depends=('libvdpau>=1.3'
'libgl'