summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bermond2020-12-08 23:59:29 +0000
committerDaniel Bermond2020-12-08 23:59:29 +0000
commit538ceaa668c2cd4aa34a63da2310062cf66c2d06 (patch)
treeb21ff072705cc1029196b59d3d4aa257be5f15ae /PKGBUILD
parentafa3abb14112fe17e215fc651f89c1d08a6a91a1 (diff)
downloadaur-538ceaa668c2cd4aa34a63da2310062cf66c2d06.tar.gz
Update dependencies
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}")