PKGBUILD: Add armv7 to the list of supported architectures

Signed-off-by: Anna Schumaker <anna@ocarinaproject.net>
This commit is contained in:
Anna Schumaker 2015-04-10 13:14:23 +00:00 committed by Anna Schumaker
parent 3375e921c4
commit 66df7ddf4f
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ pkgver=6.3.4
pkgrel=1
pkgdesc="A simple GTK and gstreamer based music player."
url="http://www.ocarinaproject.net/"
arch=('x86_64' 'i686')
arch=('x86_64' 'i686' 'armv7h')
license=('GPL2')
depends=('gtkmm3>=3.16' 'gstreamer' 'gst-plugins-base' 'taglib')
optdepends=('gst-plugins-good' 'gst-plugins-bad' 'gst-plugins-ugly')