From 61e7f8b3a13ebbf73774424ff71ac3357394043f Mon Sep 17 00:00:00 2001 From: mustaqim Date: Wed, 30 Oct 2019 05:57:24 +0200 Subject: [PATCH] dav1d: update to 0.5.1 --- srcpkgs/dav1d/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/dav1d/template b/srcpkgs/dav1d/template index 10a0c949fba..59530c6c07c 100644 --- a/srcpkgs/dav1d/template +++ b/srcpkgs/dav1d/template @@ -1,18 +1,18 @@ # Template file for 'dav1d' pkgname=dav1d -version=0.5.0 +version=0.5.1 revision=1 build_style=meson configure_args="-Dbuild_tests=false -Dbuild_asm=true -Dbuild_tools=true -Dfuzzing_engine=none -Dtestdata_tests=false" -hostmakedepends="nasm" +makedepends="nasm" short_desc="Small and fast AV1 Decoder" maintainer="mustaqim " license="BSD-2-Clause" homepage="https://code.videolan.org/videolan/dav1d" changelog="https://code.videolan.org/videolan/dav1d/raw/master/NEWS" distfiles="https://code.videolan.org/videolan/dav1d/-/archive//${version}/dav1d-${version}.tar.bz2" -checksum=b29c159bf7c56e8b6ae81bb24704599819fa89399ec3d6db3dbc052d7bc5baf8 +checksum=0214d201a338e8418f805b68f9ad277e33d79c18594dee6eaf6dcd74db2674a9 libdav1d3_package() { short_desc+=" - runtime library"