diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-11-25 14:02:31 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-11-25 14:02:31 +0000 |
commit | 47a779f7b6fe628849f14a874d731c7acfac0d84 (patch) | |
tree | 26d2e75d912907b79d59fce4d1a6fcc916d8bf2a /testing | |
parent | 469f18cd0adc3b2775f18e7be03ba0e307a54cf6 (diff) | |
download | aports-47a779f7b6fe628849f14a874d731c7acfac0d84.tar.bz2 aports-47a779f7b6fe628849f14a874d731c7acfac0d84.tar.xz |
testing/mpv: x86 only for now
Diffstat (limited to 'testing')
-rw-r--r-- | testing/mpv/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/mpv/APKBUILD b/testing/mpv/APKBUILD index c704b9280..cf4c7aa8f 100644 --- a/testing/mpv/APKBUILD +++ b/testing/mpv/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.2.3 pkgrel=0 pkgdesc="Video player based on MPlayer/mplayer2" url="http://mpv.io/" -arch="all" +arch="x86" license="GPL" depends= makedepends="libxxf86dga-dev libxv-dev libmad-dev lame-dev libao-dev |