diff options
Diffstat (limited to 'community/pion/PKGBUILD')
-rw-r--r-- | community/pion/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/pion/PKGBUILD b/community/pion/PKGBUILD index 7e5759907..1750cff5e 100644 --- a/community/pion/PKGBUILD +++ b/community/pion/PKGBUILD @@ -5,7 +5,7 @@ pkgver=5.0.1 pkgrel=1 pkgdesc="A C++ development library for implementing lightweight HTTP interfaces" url="https://github.com/cloudmeter/pion" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('custom:Boost') depends=('boost-libs' 'openssl' 'log4cpp') makedepends=('boost') |