summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 786b8f8bdf83..ab8f0e0e376d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,12 @@ _abseil_ver=20200225.2
pkgname=libgav1
pkgver=0.16.0
-pkgrel=1
+pkgrel=2
pkgdesc='A main profile (0) and high profile (1) compliant AV1 decoder'
arch=('x86_64')
url='https://chromium.googlesource.com/codecs/libgav1/'
license=('Apache')
+depends=('gcc-libs')
makedepends=('git' 'cmake')
source=("git+https://chromium.googlesource.com/codecs/libgav1#tag=v${pkgver}"
"git+https://github.com/abseil/abseil-cpp.git#tag=${_abseil_ver}")