Fix handbrake URL

This commit is contained in:
Martchus 2018-01-20 18:12:39 +01:00
parent 15854d4c8a
commit c2c159ac0c
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
pkgname=('handbrake-libfdk_aac' 'handbrake-cli-libfdk_aac')
_name=${pkgname%-libfdk_aac}
pkgver=1.0.7
pkgrel=1
pkgrel=2
arch=('i686' 'x86_64')
url="https://handbrake.fr/"
license=('GPL')
@ -15,7 +15,7 @@ makedepends=('intltool' 'python2' 'yasm' 'wget' 'cmake' 'bzip2' 'gcc-libs'
'zlib' 'libnotify' 'gst-plugins-base' 'gtk3' 'dbus-glib' 'libass'
'lame' 'libxml2' 'opus' 'libvorbis' 'libtheora' 'libsamplerate'
'x264' 'libx264' 'jansson' 'librsvg' 'libgudev')
source=(https://handbrake.fr/mirror/HandBrake-$pkgver.tar.bz2)
source=(https://download.handbrake.fr/releases/$pkgver/HandBrake-$pkgver.tar.bz2)
sha256sums=('ffdee112f0288f0146b965107956cd718408406b75db71c44d2188f5296e677f')
build() {