git » libva.git » commit 1beb977

FS#75914: update commit hash for the x11 fix

author Maxime Gauduin
2022-09-22 15:53:31 UTC
committer Maxime Gauduin
2022-09-22 15:53:31 UTC
parent 34294b1e78cf8fae7cee7eccfcedf3c37cc9af82

FS#75914: update commit hash for the x11 fix

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index f0ccdf5..024c00f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
 
 pkgname=libva
 pkgver=2.15.0
-pkgrel=6
+pkgrel=7
 pkgdesc='Video Acceleration (VA) API for Linux'
 arch=(x86_64)
 url=https://01.org/linuxmedia/vaapi
@@ -43,7 +43,7 @@ sha256sums=(SKIP)
 
 prepare() {
   cd libva
-  git cherry-pick -n c49f7ea61116b030c9df251f111fffbc3235d224 # https://bugs.archlinux.org/task/75312
+  git cherry-pick -n c04372b332afe5b43bcc8f60f89a0c7033a5711a # https://bugs.archlinux.org/task/75312
 }
 
 pkgver() {