diff options
Diffstat (limited to 'community/wxsvg')
-rw-r--r-- | community/wxsvg/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/wxsvg/PKGBUILD b/community/wxsvg/PKGBUILD index 16e881116..078cba68e 100644 --- a/community/wxsvg/PKGBUILD +++ b/community/wxsvg/PKGBUILD @@ -6,7 +6,7 @@ pkgname=wxsvg pkgver=1.1.2 pkgrel=2 pkgdesc="C++ library to create, manipulate and render SVG files" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://wxsvg.sourceforge.net/" license=('custom:wxWindows') depends=('wxgtk' 'libart-lgpl' 'ffmpeg') |