summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2022-11-14 07:47:31 -0300
committerDaniel Bermond2022-11-14 07:47:31 -0300
commitfbc18d1def8689568b9931e66cdcffedfd0f3fb0 (patch)
treeab160b625f6df65d271a12893def79360d92943a
parent9672feaf6a6729922c6cc1bb5dd1cef8b2012fad (diff)
downloadaur-fbc18d1def8689568b9931e66cdcffedfd0f3fb0.tar.gz
Update to version 3.1.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d49bd7525fe7..2aaab4c95504 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = avm
pkgdesc = AOM Video Model - the reference software for next codec from Alliance for Open Media
- pkgver = 3.0.0rc1
+ pkgver = 3.1.0
pkgrel = 1
url = https://gitlab.com/AOMediaCodec/avm/
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = avm
depends = gcc-libs
provides = libaom.so
conflicts = aom
- source = git+https://gitlab.com/AOMediaCodec/avm.git#tag=research-v3.0.0-rc1
+ source = git+https://gitlab.com/AOMediaCodec/avm.git#tag=research-v3.1.0
source = git+https://github.com/tensorflow/tensorflow.git
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 3aa8a7c363f0..977a64cff516 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Bermond <dbermond@archlinux.org>
pkgname=avm
-pkgver=3.0.0rc1
+pkgver=3.1.0
pkgrel=1
pkgdesc='AOM Video Model - the reference software for next codec from Alliance for Open Media'
arch=('x86_64')
@@ -12,7 +12,7 @@ makedepends=('git' 'cmake' 'yasm' 'perl')
provides=('libaom.so')
conflicts=('aom')
BUILDENV+=('!check')
-source=("git+https://gitlab.com/AOMediaCodec/avm.git#tag=research-v${pkgver/rc/-rc}"
+source=("git+https://gitlab.com/AOMediaCodec/avm.git#tag=research-v${pkgver}"
'git+https://github.com/tensorflow/tensorflow.git')
sha256sums=('SKIP'
'SKIP')
@@ -20,7 +20,7 @@ sha256sums=('SKIP'
prepare() {
git -C avm submodule init
git -C avm config --local submodule.third_party/tensorflow.url "${srcdir}/tensorflow"
- git -C avm submodule update
+ git -C avm -c protocol.file.allow='always' submodule update
}
build() {