git » libva.git » commit ef94be0

upgpkg: 2.16.0-1

author Maxime Gauduin
2022-09-28 13:33:44 UTC
committer Maxime Gauduin
2022-09-28 13:33:44 UTC
parent 1beb977141220eb372c6c3af2617e51fb66bd9c5

upgpkg: 2.16.0-1

PKGBUILD +5 -10

diff --git a/PKGBUILD b/PKGBUILD
index 024c00f..f374966 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
 # Contributor: Ionut Biru <ibiru@archlinux.org>
 
 pkgname=libva
-pkgver=2.15.0
-pkgrel=7
+pkgver=2.16.0
+pkgrel=1
 pkgdesc='Video Acceleration (VA) API for Linux'
 arch=(x86_64)
 url=https://01.org/linuxmedia/vaapi
@@ -37,14 +37,9 @@ provides=(
 )
 backup=(etc/libva.conf)
 options=(debug)
-_tag=b095d10bf355110352e75c22e581018a7ea7de5a
+_tag=1333034d7ec6e4f8bcb340d8f7b81b8d32835c49
 source=(git+https://github.com/intel/libva.git#tag=${_tag})
-sha256sums=(SKIP)
-
-prepare() {
-  cd libva
-  git cherry-pick -n c04372b332afe5b43bcc8f60f89a0c7033a5711a # https://bugs.archlinux.org/task/75312
-}
+sha256sums=('SKIP')
 
 pkgver() {
   cd libva
@@ -65,4 +60,4 @@ LIBVA_MESSAGING_LEVEL=1
 END
 }
 
-# vim:set sw=2 sts=-1 et:
+# vim: sw=2 ts=2 et: