diff options
Diffstat (limited to 'community/yaml-cpp0.3/PKGBUILD')
-rw-r--r-- | community/yaml-cpp0.3/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/yaml-cpp0.3/PKGBUILD b/community/yaml-cpp0.3/PKGBUILD index f8f7da315..302acb91b 100644 --- a/community/yaml-cpp0.3/PKGBUILD +++ b/community/yaml-cpp0.3/PKGBUILD @@ -7,7 +7,7 @@ pkgver=0.3.0 pkgrel=2 pkgdesc="YAML parser and emitter in C++, written around the YAML 1.2 spec" url="http://code.google.com/p/yaml-cpp/" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('MIT') conflicts=('yaml-cpp') provides=('yaml-cpp=0.3') |