summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2018-10-27 00:27:04 +0000
committerDaniel Bermond2018-10-27 00:27:04 +0000
commit72ff866c1cbff1d84c18cc19836b92b9284b9c18 (patch)
tree62a2717039683293885c8c8df631d8a8ac54d847
parentcecee1ad9456debace32c193e5e165860caabbe9 (diff)
downloadaur-72ff866c1cbff1d84c18cc19836b92b9284b9c18.tar.gz
Fixes
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7fa8ed8b69d7..c2f4a1712e70 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vmaf-git
pkgdesc = Perceptual video quality assessment algorithm based on multi-method fusion (git version)
- pkgver = 1.3.9.r18.g03eb8a4
+ pkgver = 1.3.9.r24.g1155509
pkgrel = 1
url = https://github.com/netflix/vmaf/
arch = x86_64
@@ -8,9 +8,9 @@ pkgbase = vmaf-git
makedepends = git
depends = gcc-libs
provides = vmaf
- provides = libvmaf
+ provides = libvmaf-git
conflicts = vmaf
- conflicts = libvmaf
+ conflicts = libvmaf-git
replaces = libvmaf-git
source = vmaf-git::git+https://github.com/Netflix/vmaf.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 346b0be018d1..84a91b452817 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Bermond < gmail-com: danielbermond >
pkgname=vmaf-git
-pkgver=1.3.9.r18.g03eb8a4
+pkgver=1.3.9.r24.g1155509
pkgrel=1
pkgdesc='Perceptual video quality assessment algorithm based on multi-method fusion (git version)'
arch=('x86_64')
@@ -9,8 +9,8 @@ url='https://github.com/netflix/vmaf/'
license=('APACHE')
depends=('gcc-libs')
makedepends=('git')
-provides=('vmaf' 'libvmaf')
-conflicts=('vmaf' 'libvmaf')
+provides=('vmaf' 'libvmaf-git')
+conflicts=('vmaf' 'libvmaf-git')
replaces=('libvmaf-git')
source=("$pkgname"::'git+https://github.com/Netflix/vmaf.git')
sha256sums=('SKIP')