diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-12-15 04:59:12 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-12-15 04:59:12 -0500 |
commit | 71a07fc3148a0b6f9676e443a3465398b65f024b (patch) | |
tree | 75567ed4c8516e2ad8b298b312edc3998a43806e | |
parent | 338f1eef0654a266273040ec67dc9a3c64b01a85 (diff) |
smplayer: armv7h port
-rw-r--r-- | libre/smplayer/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/smplayer/PKGBUILD b/libre/smplayer/PKGBUILD index 86f0336c5..3753c6d6a 100644 --- a/libre/smplayer/PKGBUILD +++ b/libre/smplayer/PKGBUILD @@ -10,7 +10,7 @@ pkgname=smplayer pkgver=15.11.0 pkgrel=2.parabola1 pkgdesc="A complete front-end for MPlayer, without nonfree smtube recommendation" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'armv7h') url="http://smplayer.sourceforge.net/" license=('GPL') depends=('qt5-script' 'mplayer' 'hicolor-icon-theme' 'libxkbcommon-x11') |