diff options
Diffstat (limited to 'community/uriparser/PKGBUILD')
-rw-r--r-- | community/uriparser/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/uriparser/PKGBUILD b/community/uriparser/PKGBUILD index eb1e77d9d..d482a3e4b 100644 --- a/community/uriparser/PKGBUILD +++ b/community/uriparser/PKGBUILD @@ -9,7 +9,7 @@ pkgdesc="uriparser is a strictly RFC 3986 compliant URI parsing library. uripars url="http://sourceforge.net/projects/uriparser/" depends=() makedepends=(doxygen graphviz) -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=("custom") source=(http://downloads.sourceforge.net/sourceforge/uriparser/$pkgname-$pkgver.tar.bz2) md5sums=('2da950ef006be5a842dcc383cbbeaa78') |