summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChocobo12018-08-02 23:14:22 +0800
committerChocobo12018-08-03 00:18:58 +0800
commitdbdc0977f96986d0a773f7a1109c460dd53514b6 (patch)
tree8f704695f620e77358f1e45929e977957fc23bf8 /PKGBUILD
parent3cc84d6c722b7528075b174c86aa42c35398b9bf (diff)
downloadaur-dbdc0977f96986d0a773f7a1109c460dd53514b6.tar.gz
upgpkg: rav1e-git r408.e06eb58-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 07771e3f753e..d36cedfe5e5d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,18 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=rav1e-git
-pkgver=r347.920a6bd
+pkgver=r408.e06eb58
pkgrel=1
pkgdesc="The fastest and safest AV1 encoder"
arch=('i686' 'x86_64')
url="https://github.com/xiph/rav1e"
license=('custom' 'BSD')
depends=('gcc-libs')
-makedepends=('git' 'cargo' 'cmake' 'perl' 'yasm')
+makedepends=('git' 'cargo'
+ # aom dependency
+ 'cmake' 'perl' 'yasm')
+# aom dependency
+checkdepends=('python')
provides=('rav1e')
conflicts=('rav1e')
source=("git+https://github.com/xiph/rav1e.git")