git » libva.git » commit e52437a

upgpkg: 2.18.0-1

author Maxime Gauduin
2023-03-30 15:53:23 UTC
committer Maxime Gauduin
2023-03-30 15:53:23 UTC
parent 1feeb4f2a5203ba5f5ced8d813737745f50114b1

upgpkg: 2.18.0-1

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index 999c198..f16fa5b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 # Contributor: Ionut Biru <ibiru@archlinux.org>
 
 pkgname=libva
-pkgver=2.17.0
+pkgver=2.18.0
 pkgrel=1
 pkgdesc='Video Acceleration (VA) API for Linux'
 arch=(x86_64)
@@ -36,7 +36,7 @@ provides=(
   libva.so
 )
 backup=(etc/libva.conf)
-_tag=df3c584bb79d1a1e521372d62fa62e8b1c52ce6c
+_tag=b06ccb323cd68bc5ce3fa9861c831766d6355d88
 source=(git+https://github.com/intel/libva.git#tag=${_tag})
 sha256sums=('SKIP')
 
@@ -46,7 +46,7 @@ pkgver() {
 }
 
 build() {
-  CFLAGS+=" -DENABLE_VA_MESSAGING"  # Option missing
+  CFLAGS+=" -DENABLE_VA_MESSAGING" # Option missing
   arch-meson libva build
   meson compile -C build
 }