summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bermond2018-03-06 20:30:43 -0300
committerDaniel Bermond2018-03-06 20:30:43 -0300
commit6b0252294ad37c2435622a4ba31e5b5af33b2f2f (patch)
tree423037612deb45a90581ea6a9e5e000e1f39b48b /PKGBUILD
parent3fbf8e0a64887a3350be735bba1d2bf859e24680 (diff)
downloadaur-6b0252294ad37c2435622a4ba31e5b5af33b2f2f.tar.gz
arch: remove i686
It seems that vmaf needs x86_64. At least, I could not get it to compile on i686. If you need vmaf on i686, use the python implementation by installing the package python2-vmaf.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8684df4bb6fd..f2c95d140bbf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Daniel Bermond < yahoo-com: danielbermond >
pkgname=vmaf-git
-pkgver=1.3.1.r58.g755c93c
+pkgver=1.3.1.r64.g7426b6f
pkgrel=1
pkgdesc='Perceptual video quality assessment algorithm based on multi-method fusion (git version)'
-arch=('i686' 'x86_64')
+arch=('x86_64')
url='https://github.com/netflix/vmaf/'
license=('APACHE')
depends=('gcc-libs')