diff options
Diffstat (limited to 'libre/handbrake/PKGBUILD')
-rw-r--r-- | libre/handbrake/PKGBUILD | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/libre/handbrake/PKGBUILD b/libre/handbrake/PKGBUILD index 20034cda6..5a9e15de1 100644 --- a/libre/handbrake/PKGBUILD +++ b/libre/handbrake/PKGBUILD @@ -4,8 +4,8 @@ # Contributor (Arch): Sebastien Piccand <sebcactus gmail com> pkgname=('handbrake' 'handbrake-cli') -pkgver=0.10.1 -pkgrel=2.parabola1 +pkgver=0.10.2 +pkgrel=1.parabola1 url="http://handbrake.fr/" license=('GPL') @@ -13,8 +13,7 @@ arch=('i686' 'x86_64') depends=('gcc-libs') _gui_depends=('libnotify' 'dbus-glib' 'gtk3' 'gst-plugins-base') makedepends=('intltool' 'python2' "${_gui_depends[@]}") -source=(https://handbrake.fr/mirror/HandBrake-$pkgver.tar.bz2 - standard-presets-fix-type.patch) +source=(https://handbrake.fr/mirror/HandBrake-$pkgver.tar.bz2) # HandBrake has a bunch of dependencies that may be either pacman # packages, or built in the contrib/ directory as "modules". This is @@ -67,8 +66,7 @@ noextract+=("${_modules[@]#*:}") # Lock the specific version of libx264, as it changes often. depends+=('libx264.so') -sha256sums=('7ea42031fd4d5efd04903a9aae79c952c50fd43b6f7bf08fd1a93f6b358a23f5' - 'dce9dc044321b26a9022b1a4d23950c781c51c8c07653ba19c3eedf30f1d54d4' +sha256sums=('4cc3828393b26a982dbe00febd700c5090d3443c1d45492e0b373e02da73c699' 'bc3807426d4e73fe8c245730b0df4ba95766cf7e17e47c738ee302f73d066ac9') prepare() { @@ -89,11 +87,6 @@ prepare() { for dep in "${_modules[@]}"; do ln -srf "${srcdir}/${dep[@]#*:}" download/ done - - # Fix crash while adding job (FS#43060) - # https://forum.handbrake.fr/viewtopic.php?f=12&t=32090 - # https://trac.handbrake.fr/changeset/7008/branches/0.10.x - patch -Np2 -i ../standard-presets-fix-type.patch } build() { |