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 a91085f0b..a4c826f8a 100644 --- a/community/protobuf/PKGBUILD +++ b/community/protobuf/PKGBUILD @@ -6,7 +6,7 @@ pkgname=protobuf pkgver=2.4.0a pkgrel=1 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') |