From eba230bb4e05e924c4204df0c3be41b1fce1a7ab Mon Sep 17 00:00:00 2001 From: Tristan Ross Date: Tue, 2 Feb 2021 22:14:46 -0800 Subject: [PATCH] x265: fixes distfile (#28424) --- srcpkgs/x265/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/x265/template b/srcpkgs/x265/template index bba3e5dd14b..2b858bad487 100644 --- a/srcpkgs/x265/template +++ b/srcpkgs/x265/template @@ -2,7 +2,8 @@ pkgname=x265 version=3.4 revision=1 -wrksrc="x265_${version}" +_commit="a4f320054d67" +wrksrc="multicoreware-x265_git-${_commit}" build_wrksrc=source build_style=cmake configure_args="-DENABLE_PIC=1" @@ -10,8 +11,8 @@ short_desc="Open Source H.265/HEVC video encoder" maintainer="Orphaned " license="GPL-2.0-or-later" homepage="http://x265.org/" -distfiles="https://bitbucket.org/multicoreware/x265/downloads/x265_${version}.tar.gz" -checksum=c2047f23a6b729e5c70280d23223cb61b57bfe4ad4e8f1471eeee2a61d148672 +distfiles="https://bitbucket.org/multicoreware/x265_git/get/${version}.tar.gz" +checksum=7f2771799bea0f53b5ab47603d5bea46ea2a221e047a7ff398115e9976fd5f86 build_options="altivec assembly"