diff options
author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2019-06-21 00:06:55 +0200 |
---|---|---|
committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2019-06-21 00:10:22 +0200 |
commit | 1da8b2e89af45bb821220cbd373133213af8cede (patch) | |
tree | 2ca3d5e49885dc38ab7799280176d430ef94d218 /libre/mplayer | |
parent | 0a3de62daea080dd9d39f90e2018e2515008d332 (diff) | |
download | abslibre-1da8b2e89af45bb821220cbd373133213af8cede.tar.gz abslibre-1da8b2e89af45bb821220cbd373133213af8cede.tar.bz2 abslibre-1da8b2e89af45bb821220cbd373133213af8cede.zip |
libre: mplayer: sync with arch and fix i686
Without that, on i686 we have:
$ mplayer
mplayer: error while loading shared libraries
libcdio.so.18: cannot open shared object file: No such file or directory
This change has been tested on i686.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'libre/mplayer')
-rw-r--r-- | libre/mplayer/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/mplayer/PKGBUILD b/libre/mplayer/PKGBUILD index c2d05c370..1e1f03763 100644 --- a/libre/mplayer/PKGBUILD +++ b/libre/mplayer/PKGBUILD @@ -11,8 +11,8 @@ pkgbase=mplayer pkgname=('mplayer' 'mencoder') -pkgver=38125 -pkgrel=5 +pkgver=38139 +pkgrel=1 pkgrel+=.par1 pkgdesc='Media player for GNU/Linux' pkgdesc+=', without nonfree UnRAR and FAAC' |