diff options
Diffstat (limited to 'extra/qoauth/PKGBUILD')
-rw-r--r-- | extra/qoauth/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/qoauth/PKGBUILD b/extra/qoauth/PKGBUILD index 86b4adc21..e0b554e3d 100644 --- a/extra/qoauth/PKGBUILD +++ b/extra/qoauth/PKGBUILD @@ -8,7 +8,7 @@ pkgrel=3 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") |