summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bermond2020-08-07 17:01:31 +0000
committerDaniel Bermond2020-08-07 17:01:31 +0000
commitb9b94c480993b8c924dd8f29b857582562cfafdd (patch)
tree9dbd183b29fa84021d3c30d3002bccd307692f87 /PKGBUILD
parent200975a10e4cc37697802ef4110053e2708bbec1 (diff)
downloadaur-b9b94c480993b8c924dd8f29b857582562cfafdd.tar.gz
Add the new nasm requirement to makedepends
References ---------- https://github.com/Netflix/vmaf/commit/081604103e91c501afeb11491aad004240908f8b
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2a15d3231548..a1ec877e6559 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Daniel Bermond <dbermond@archlinux.org>
pkgname=vmaf-git
-pkgver=1.5.1.r41.g23aa467a
+pkgver=1.5.2.r33.g08160410
pkgrel=1
pkgdesc='Perceptual video quality assessment algorithm based on multi-method fusion (git version)'
arch=('x86_64')
url='https://github.com/Netflix/vmaf/'
license=('BSD')
depends=('gcc-libs')
-makedepends=('git' 'meson')
+makedepends=('git' 'meson' 'nasm')
provides=('vmaf' 'libvmaf-git')
conflicts=('vmaf' 'libvmaf-git')
replaces=('libvmaf-git')