diff options
Diffstat (limited to 'extra/mpck')
-rw-r--r-- | extra/mpck/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/mpck/PKGBUILD b/extra/mpck/PKGBUILD index 65a6a2799..7348256f4 100644 --- a/extra/mpck/PKGBUILD +++ b/extra/mpck/PKGBUILD @@ -7,7 +7,7 @@ pkgver=0.19 pkgrel=1 license=('GPL') pkgdesc="Reads MP3 files and tries to determine if they are correct" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://checkmate.gissen.nl/" depends=('glibc') source=(http://checkmate.gissen.nl/checkmate-${pkgver}.tar.gz) |