diff options
Diffstat (limited to 'community/qrencode/PKGBUILD')
-rw-r--r-- | community/qrencode/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/qrencode/PKGBUILD b/community/qrencode/PKGBUILD index 4bba2a8ce..a719c25fe 100644 --- a/community/qrencode/PKGBUILD +++ b/community/qrencode/PKGBUILD @@ -6,7 +6,7 @@ pkgname=qrencode pkgver=3.1.1 pkgrel=2 pkgdesc="C library for encoding data in a QR Code symbol." -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') depends=('libpng>=1.4.0') makedepends=(sdl) url="http://megaui.net/fukuchi/works/qrencode/index.en.html" |