Date: Wednesday, September 28, 2022 @ 13:33:44 Author: alucryd Revision: 456877
upgpkg: libva 2.16.0-1 Modified: libva/trunk/PKGBUILD ----------+ PKGBUILD | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-09-28 12:06:23 UTC (rev 456876) +++ PKGBUILD 2022-09-28 13:33:44 UTC (rev 456877) @@ -3,8 +3,8 @@ # Contributor: Ionut Biru <[email protected]> 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,15 +37,10 @@ ) backup=(etc/libva.conf) options=(debug) -_tag=b095d10bf355110352e75c22e581018a7ea7de5a +_tag=1333034d7ec6e4f8bcb340d8f7b81b8d32835c49 source=(git+https://github.com/intel/libva.git#tag=${_tag}) -sha256sums=(SKIP) +sha256sums=('SKIP') -prepare() { - cd libva - git cherry-pick -n c04372b332afe5b43bcc8f60f89a0c7033a5711a # https://bugs.archlinux.org/task/75312 -} - pkgver() { cd libva git describe --tags @@ -65,4 +60,4 @@ END } -# vim:set sw=2 sts=-1 et: +# vim: sw=2 ts=2 et:
