diff options
Diffstat (limited to 'testing/handbrake')
-rw-r--r-- | testing/handbrake/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/handbrake/APKBUILD b/testing/handbrake/APKBUILD index c0265fc815..8c136b441a 100644 --- a/testing/handbrake/APKBUILD +++ b/testing/handbrake/APKBUILD @@ -17,7 +17,7 @@ makedepends="yasm autoconf libtool zlib-dev libbz2 libogg-dev libtheora-dev autoconf automake ffmpeg-dev coreutils libdvdnav-dev libbluray-dev x265-dev libvpx-dev fdk-aac-dev" subpackages="$pkgname-lang $pkgname-gtk" -source="${_pkgname}-${pkgver}.tar.bz2::https://handbrake.fr/rotation.php?file=${_pkgname}-${pkgver}.tar.bz2 +source="http://download.handbrake.fr/releases/$pkgver/$_pkgname-$pkgver.tar.bz2 handbrake-9999-fix-missing-x265-link-flag.patch handbrake-9999-remove-dvdnav-dup.patch handbrake-9999-remove-faac-dependency.patch" |