diff options
Diffstat (limited to 'community/protobuf/PKGBUILD')
-rw-r--r-- | community/protobuf/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/protobuf/PKGBUILD b/community/protobuf/PKGBUILD index 2e50d63eb..3baff71f1 100644 --- a/community/protobuf/PKGBUILD +++ b/community/protobuf/PKGBUILD @@ -8,7 +8,7 @@ pkgname=('protobuf' 'python2-protobuf') pkgver=2.5.0 pkgrel=3 pkgdesc="A way of encoding structured data in an efficient yet extensible format" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://code.google.com/p/protobuf/" license=('APACHE') depends=('gcc-libs' 'zlib') |