summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2018-05-30 18:38:15 +0000
committerDaniel Bermond2018-05-30 18:38:15 +0000
commit72094204bd6e0958d15b2b8ee261c24c1982cbfa (patch)
tree631bb01fd7df38a3ac1acbd26cfd60219be2ae65
parent431b0c3ad7890f15d40dc8997af3f1a29ef0c6c4 (diff)
downloadaur-72094204bd6e0958d15b2b8ee261c24c1982cbfa.tar.gz
Updated to version 1.3.5
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 562d86dd4acf..75e99c306674 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python2-vmaf
pkgdesc = Perceptual video quality assessment algorithm based on multi-method fusion (python2 implementation)
- pkgver = 1.3.4
+ pkgver = 1.3.5
pkgrel = 1
url = https://github.com/netflix/vmaf/
arch = any
@@ -16,9 +16,9 @@ pkgbase = python2-vmaf
depends = python2-h5py
depends = libsvm
conflicts = python2-vmaf-git
- source = vmaf-1.3.4.tar.gz::https://github.com/Netflix/vmaf/archive/v1.3.4.tar.gz
- source = vmaf-submodule-sureal::git+https://github.com/Netflix/sureal.git#commit=392bb9b49441e60162e48f656648cdf601ded5f9
- sha256sums = 9530d341df8df4104c9d8bd656335a8d79ff61c19e77bb720deb359a40ac26f7
+ source = vmaf-1.3.5.tar.gz::https://github.com/Netflix/vmaf/archive/v1.3.5.tar.gz
+ source = vmaf-submodule-sureal::git+https://github.com/Netflix/sureal.git#commit=c97c1bede576f18589e07d6be251bef4f6ba3532
+ sha256sums = 28ff05935889147a6dedb2089be918f0ce903e4a386091274be5ad3118b2950d
sha256sums = SKIP
pkgname = python2-vmaf
diff --git a/PKGBUILD b/PKGBUILD
index 78994cafb7b5..5e67e4922fb0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Daniel Bermond < yahoo-com: danielbermond >
_srcname=vmaf
-_sureal_commit='392bb9b49441e60162e48f656648cdf601ded5f9'
+_sureal_commit='c97c1bede576f18589e07d6be251bef4f6ba3532'
pkgname=python2-vmaf
-pkgver=1.3.4
+pkgver=1.3.5
pkgrel=1
pkgdesc='Perceptual video quality assessment algorithm based on multi-method fusion (python2 implementation)'
arch=('any')
@@ -21,7 +21,7 @@ makedepends=('python2' 'python2-setuptools')
conflicts=('python2-vmaf-git')
source=("${_srcname}-${pkgver}.tar.gz"::"https://github.com/Netflix/${_srcname}/archive/v${pkgver}.tar.gz"
'vmaf-submodule-sureal'::"git+https://github.com/Netflix/sureal.git#commit=${_sureal_commit}")
-sha256sums=('9530d341df8df4104c9d8bd656335a8d79ff61c19e77bb720deb359a40ac26f7'
+sha256sums=('28ff05935889147a6dedb2089be918f0ce903e4a386091274be5ad3118b2950d'
'SKIP')
prepare() {