aboutsummaryrefslogtreecommitdiffstats
path: root/testing/handbrake
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-01-08 13:38:12 +0100
committerJakub Jirutka <jakub@jirutka.cz>2017-01-08 13:38:12 +0100
commit6d4aed3023abc1132cedad297971af90975bcc99 (patch)
tree3d93af86ff4a98533d4226036db34f3e84866c0d /testing/handbrake
parentfa3ee36b6cb845e1e0f59a0073f658e59e6a9f3c (diff)
downloadaports-6d4aed3023abc1132cedad297971af90975bcc99.tar.bz2
aports-6d4aed3023abc1132cedad297971af90975bcc99.tar.xz
testing/handbrake: fix source url
Diffstat (limited to 'testing/handbrake')
-rw-r--r--testing/handbrake/APKBUILD2
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"