diff options
Diffstat (limited to 'community/pragha/PKGBUILD')
-rwxr-xr-x | community/pragha/PKGBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/community/pragha/PKGBUILD b/community/pragha/PKGBUILD index c0c3379f1..c49c1ebff 100755 --- a/community/pragha/PKGBUILD +++ b/community/pragha/PKGBUILD @@ -7,7 +7,7 @@ pkgname=pragha pkgver=1.1.0.1 pkgrel=1 pkgdesc="A lightweight GTK+ music manager - fork of Consonance Music Manager." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://pragha.wikispaces.com/" license=('GPL3') depends=('libnotify' 'libcdio' 'gstreamer0.10-base' @@ -38,4 +38,3 @@ package() { } # vim:ts=2:sw=2:expandtab - |