diff options
Diffstat (limited to 'community/qoauth/PKGBUILD')
-rw-r--r-- | community/qoauth/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/qoauth/PKGBUILD b/community/qoauth/PKGBUILD index 0613ba44f..ae5853c1c 100644 --- a/community/qoauth/PKGBUILD +++ b/community/qoauth/PKGBUILD @@ -8,7 +8,7 @@ pkgrel=2 pkgdesc="Support with OAuth-powered network services" url="http://github.com/ayoy/qoauth" license=('GPL') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('qca') makedepends=('cmake' 'automoc4') source=("http://files.ayoy.net/qoauth/release/current/src/${pkgname}-${pkgver}-src.tar.bz2") |