summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bermond2020-02-29 16:03:01 +0000
committerDaniel Bermond2020-02-29 16:03:01 +0000
commit1422f065dfd34067b7d10d20046eec52ccd6cbbe (patch)
tree7683b7001ea80da26186d8208687016e7ccc59a8 /PKGBUILD
parente7480e29d45816ce7637d2a720451f40d939a6ec (diff)
downloadaur-1422f065dfd34067b7d10d20046eec52ccd6cbbe.tar.gz
Update license
License changed from Apache to BSD (+ patents). References ---------- https://github.com/Netflix/vmaf/commit/dedaa94dc73a0b8f3cbc5df4dd2b24d1375e037f
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b98f163d02f9..88cfe5b4e618 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Daniel Bermond <dbermond@archlinux.org>
pkgname=vmaf-git
-pkgver=1.3.15.r79.g12386f2
+pkgver=1.5.1.r0.g35c6044
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=('Apache')
+license=('BSD')
depends=('gcc-libs')
makedepends=('git' 'meson')
provides=('vmaf' 'libvmaf-git')
@@ -42,4 +42,6 @@ package() {
do
install -D -m755 "vmaf/libvmaf/build/tools/${_bin}" "${pkgdir}/usr/bin/vmaf-${_bin}"
done
+
+ install -D -m644 vmaf/LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
}