summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 48fc3b557ef2..ba980542d21e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libgav1
pkgdesc = A main profile (0) and high profile (1) compliant AV1 decoder
- pkgver = 0.16.3
+ pkgver = 0.18.0
pkgrel = 1
url = https://chromium.googlesource.com/codecs/libgav1/
arch = x86_64
@@ -8,12 +8,11 @@ pkgbase = libgav1
makedepends = git
makedepends = cmake
depends = gcc-libs
- source = git+https://chromium.googlesource.com/codecs/libgav1#tag=v0.16.3
- source = git+https://github.com/abseil/abseil-cpp.git#tag=20210324.0
- source = git+https://github.com/google/googletest.git#tag=release-1.10.0
+ source = git+https://chromium.googlesource.com/codecs/libgav1#tag=v0.18.0
+ source = git+https://github.com/abseil/abseil-cpp.git#tag=20220623.0
+ source = git+https://github.com/google/googletest.git#tag=release-1.12.1
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
pkgname = libgav1
-
diff --git a/PKGBUILD b/PKGBUILD
index 237eac11093b..8b774483e4dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,9 @@
# Maintainer: Daniel Bermond <dbermond@archlinux.org>
pkgname=libgav1
-pkgver=0.16.3
+pkgver=0.18.0
+_abseil_ver=20220623.0
+_gtest_ver=1.12.1
pkgrel=1
pkgdesc='A main profile (0) and high profile (1) compliant AV1 decoder'
arch=('x86_64')
@@ -9,8 +11,6 @@ url='https://chromium.googlesource.com/codecs/libgav1/'
license=('Apache')
depends=('gcc-libs')
makedepends=('git' 'cmake')
-_abseil_ver=20210324.0
-_gtest_ver=1.10.0
source=("git+https://chromium.googlesource.com/codecs/libgav1#tag=v${pkgver}"
"git+https://github.com/abseil/abseil-cpp.git#tag=${_abseil_ver}"
"git+https://github.com/google/googletest.git#tag=release-${_gtest_ver}")