diff options
Diffstat (limited to 'extra/libcue/PKGBUILD')
-rw-r--r-- | extra/libcue/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/libcue/PKGBUILD b/extra/libcue/PKGBUILD index 9a1049ba0..ce757c039 100644 --- a/extra/libcue/PKGBUILD +++ b/extra/libcue/PKGBUILD @@ -7,7 +7,7 @@ pkgver=1.4.0 pkgrel=3 pkgdesc='Parses so-called cue sheets and handles the parsed data' url='http://sourceforge.net/projects/libcue/' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL2') depends=('glibc') source=("http://downloads.sourceforge.net/libcue/${pkgname}-${pkgver}.tar.bz2") |