Date: Tuesday, September 6, 2022 @ 16:42:12
  Author: heftig
Revision: 455193

2.15.0-6: fix prepare func

Modified:
  libva/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-09-06 16:27:50 UTC (rev 455192)
+++ PKGBUILD    2022-09-06 16:42:12 UTC (rev 455193)
@@ -4,7 +4,7 @@
 
 pkgname=libva
 pkgver=2.15.0
-pkgrel=5
+pkgrel=6
 pkgdesc='Video Acceleration (VA) API for Linux'
 arch=(x86_64)
 url=https://01.org/linuxmedia/vaapi
@@ -41,7 +41,7 @@
 source=(git+https://github.com/intel/libva.git#tag=${_tag})
 sha256sums=(SKIP)
 
-prebare() {
+prepare() {
   cd libva
   git cherry-pick -n c49f7ea61116b030c9df251f111fffbc3235d224 # 
https://bugs.archlinux.org/task/75312
 }

Reply via email to