Date: Saturday, July 18, 2020 @ 15:20:06 Author: archange Revision: 664429
upgpkg: libva-utils 2.8.0-1 Modified: libva-utils/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-07-18 15:19:47 UTC (rev 664428) +++ PKGBUILD 2020-07-18 15:20:06 UTC (rev 664429) @@ -2,7 +2,7 @@ # Contributor: Sean V Kelley <[email protected]> pkgname=libva-utils -pkgver=2.7.1 +pkgver=2.8.0 pkgrel=1 pkgdesc="Intel VA-API Media Applications and Scripts for libva" arch=(x86_64) @@ -11,15 +11,14 @@ depends=(libva) makedepends=(mesa meson) source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz") -sha256sums=('9cf35b971001e7143dda14207b6891c12619a72a2ab99a9133b3da5b9c4d97dd') +sha256sums=('b9d7c2c75d71911ebc7f09b76c439d9491b4b6db96b37fe78119f8a89f6c0d52') build() { - cd ${pkgname}-${pkgver} - arch-meson ../build - ninja -v -C ../build + arch-meson ${pkgname}-${pkgver} build + meson compile -C build } package() { - DESTDIR="${pkgdir}" ninja -C build install + DESTDIR="${pkgdir}" meson install -C build install -Dm644 ${pkgname}-${pkgver}/COPYING -t "${pkgdir}"/usr/share/licenses/${pkgname}/ }
