[arch-commits] Commit in vmaf/trunk (PKGBUILD)

Daniel Bermond dbermond at archlinux.org
Tue Aug 25 21:57:12 UTC 2020


    Date: Tuesday, August 25, 2020 @ 21:57:12
  Author: dbermond
Revision: 688795

upgpkg: vmaf 1.5.3-1

Modified:
  vmaf/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-25 21:56:38 UTC (rev 688794)
+++ PKGBUILD	2020-08-25 21:57:12 UTC (rev 688795)
@@ -1,7 +1,7 @@
 # Maintainer: Daniel Bermond <dbermond at archlinux.org>
 
 pkgname=vmaf
-pkgver=1.5.2
+pkgver=1.5.3
 pkgrel=1
 pkgdesc='Perceptual video quality assessment algorithm based on multi-method fusion'
 arch=('x86_64')
@@ -8,9 +8,9 @@
 url='https://github.com/Netflix/vmaf/'
 license=('BSD')
 depends=('gcc-libs')
-makedepends=('meson')
+makedepends=('meson' 'nasm')
 source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/Netflix/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('5f7785da0b0d66b2513ce11d3f81d0a9b3f79d49483c4652fde3a31c13f644da')
+sha256sums=('440652ae417d88be083ffd9fa5967662172601e31c458a9743f6008d7150c900')
 
 build() {
     arch-meson "${pkgname}-${pkgver}/libvmaf/build" "${pkgname}-${pkgver}/libvmaf"



More information about the arch-commits mailing list