upgpkg: 1.5.3-1

This commit is contained in:
Daniel Bermond
2020-08-25 21:57:12 +00:00
parent 912c9ea417
commit e38cf00954
+3 -3
View File
@@ -1,16 +1,16 @@
# Maintainer: Daniel Bermond <dbermond@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')
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"