Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / libva-utils
Commits: 187b5b73 by Antonio Rojas at 2023-12-13T20:30:59+01:00 upgpkg: 2.20.1-1: Update to 2.20.1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,14 @@ +pkgbase = libva-utils + pkgdesc = Intel VA-API Media Applications and Scripts for libva + pkgver = 2.20.1 + pkgrel = 1 + url = https://github.com/intel/libva-utils + arch = x86_64 + license = custom + makedepends = mesa + makedepends = meson + depends = libva + source = https://github.com/intel/libva-utils/archive/2.20.1/libva-utils-2.20.1.tar.gz + sha256sums = 97413a7ec27ec479b97ffc7ab8acebe053615224a4b051602859cf9f88e4e889 + +pkgname = libva-utils ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: Sean V Kelley <[email protected]> pkgname=libva-utils -pkgver=2.20.0 +pkgver=2.20.1 pkgrel=1 pkgdesc="Intel VA-API Media Applications and Scripts for libva" arch=(x86_64) @@ -11,7 +11,7 @@ license=(custom) depends=(libva) makedepends=(mesa meson) source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz) -sha256sums=('1a5e3c3c24677a6b4bbee21042c4c06b0a2c62e56ebb1baa4e712392b5c72f9b') +sha256sums=('97413a7ec27ec479b97ffc7ab8acebe053615224a4b051602859cf9f88e4e889') build() { arch-meson ${pkgname}-${pkgver} build View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libva-utils/-/commit/187b5b7379c10829839c6abed16152cecab72d6e -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libva-utils/-/commit/187b5b7379c10829839c6abed16152cecab72d6e You're receiving this email because of your account on gitlab.archlinux.org.
