diff options
Diffstat (limited to 'community/mget/PKGBUILD')
-rw-r--r-- | community/mget/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/mget/PKGBUILD b/community/mget/PKGBUILD index fb960d5cd..458d0f83d 100644 --- a/community/mget/PKGBUILD +++ b/community/mget/PKGBUILD @@ -5,7 +5,7 @@ pkgname=mget pkgver=1.50 pkgrel=2 pkgdesc="Simple script allowing to download embedded movies from various video hosting services" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://movie-get.org/" license=('GPL2') depends=('ruby' 'wget') |