diff options
author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2020-09-03 23:15:31 +0200 |
---|---|---|
committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2020-09-03 23:16:54 +0200 |
commit | b38903cb36366e4c7246ef827e94286151cc5b6f (patch) | |
tree | 9ff27f1c443997863d03eaf07f3a306c3d311911 /libre/handbrake | |
parent | fd6ac4fb944f312c2e4a6f325d97f020fad1851b (diff) | |
download | abslibre-b38903cb36366e4c7246ef827e94286151cc5b6f.tar.gz abslibre-b38903cb36366e4c7246ef827e94286151cc5b6f.tar.bz2 abslibre-b38903cb36366e4c7246ef827e94286151cc5b6f.zip |
libre: handbrake: bump pkgrel to rebuild against libx264
Without that fix, on x86_64 we have:
$ HandBrakeCLI
HandBrakeCLI: error while loading shared libraries: libx264.so.159:
cannot open shared object file: No such file or directory
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'libre/handbrake')
-rw-r--r-- | libre/handbrake/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/handbrake/PKGBUILD b/libre/handbrake/PKGBUILD index 70a2a8afe..bf6d64006 100644 --- a/libre/handbrake/PKGBUILD +++ b/libre/handbrake/PKGBUILD @@ -6,7 +6,7 @@ pkgname=('handbrake' 'handbrake-cli') pkgver=1.3.0 -pkgrel=1 +pkgrel=2 pkgrel+=.par3 arch=('x86_64') arch+=('i686' 'armv7h') |