diff options
author | Magnus Boman | 2024-06-21 23:00:01 +0200 |
---|---|---|
committer | Magnus Boman | 2024-06-21 23:00:01 +0200 |
commit | f800871b96a0c36319cac2d6bb57c1b7667b7373 (patch) | |
tree | 0e6880ad3f4aba703b77ac432970ca32c0b8f30e | |
parent | df147c76fa4a23ea781b91e9a59270932bc88c64 (diff) | |
download | aur-f800871b96a0c36319cac2d6bb57c1b7667b7373.tar.gz |
upgpkg: libva-headless 2.22.0-1
upstream release
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 10 |
2 files changed, 6 insertions, 10 deletions
@@ -1,6 +1,6 @@ pkgbase = libva-headless pkgdesc = Video Acceleration (VA) API for Linux headless systems - pkgver = 2.21.0 + pkgver = 2.22.0 pkgrel = 1 url = https://01.org/linuxmedia/vaapi arch = i686 @@ -19,7 +19,7 @@ pkgbase = libva-headless provides = libva-drm.so conflicts = libva backup = etc/libva.conf - source = git+https://github.com/intel/libva.git#tag=0b01aed44ef1a6ad660261284ff266fa812829ef - sha256sums = SKIP + source = git+https://github.com/intel/libva.git#tag=2.22.0 + sha256sums = 3f67943218b0402418cf8beec07eb5ddc72f38385d69f090c41ffb663fb85468 pkgname = libva-headless @@ -2,7 +2,7 @@ # Contributor: Martins Mozeiko <martins.mozeiko@gmail.com> pkgname=libva-headless -pkgver=2.21.0 +pkgver=2.22.0 pkgrel=1 pkgdesc='Video Acceleration (VA) API for Linux headless systems' arch=(i686 x86_64 armv7h aarch64) @@ -18,12 +18,8 @@ optdepends=( 'libva-mesa-driver: backend for AMD and Nvidia GPUs' ) backup=(etc/libva.conf) -source=(git+https://github.com/intel/libva.git#tag=0b01aed44ef1a6ad660261284ff266fa812829ef) -sha256sums=(SKIP) - -pkgver() { - git -C libva describe --tags -} +source=(git+https://github.com/intel/libva.git#tag="$pkgver") +sha256sums=('3f67943218b0402418cf8beec07eb5ddc72f38385d69f090c41ffb663fb85468') build() { CFLAGS+=" -DENABLE_VA_MESSAGING" # Option missing |