diff --git a/srcpkgs/libvpx6/template b/srcpkgs/libvpx6/template index a98331aa1d..cc625c1674 100644 --- a/srcpkgs/libvpx6/template +++ b/srcpkgs/libvpx6/template @@ -1,6 +1,6 @@ # Template file for 'libvpx6' pkgname=libvpx6 -version=1.8.1 +version=1.8.2 revision=1 wrksrc=libvpx-${version} hostmakedepends="perl yasm" @@ -9,7 +9,7 @@ maintainer="Orphaned " license="BSD-3-Clause-Clear" homepage="http://www.webmproject.org" distfiles="https://github.com/webmproject/libvpx/archive/v${version}.tar.gz" -checksum=df19b8f24758e90640e1ab228ab4a4676ec3df19d23e4593375e6f3847dee03e +checksum=8735d9fcd1a781ae6917f28f239a8aa358ce4864ba113ea18af4bb2dc8b474ac replaces="libvpx<1.8.0" do_configure() { @@ -30,6 +30,7 @@ do_configure() { --enable-postproc --enable-pic --disable-install-docs \ --disable-install-srcs --as=yasm ${_cross} } + do_build() { make ${makejobs} }