summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--community/libstrl/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/libstrl/PKGBUILD b/community/libstrl/PKGBUILD
index 0a25f255a..0b4013607 100644
--- a/community/libstrl/PKGBUILD
+++ b/community/libstrl/PKGBUILD
@@ -8,7 +8,7 @@ pkgrel=1
pkgdesc="Implementations of certain GNU-only or BSD-only string-related libc functions, such as strlcpy() and getdelim(), for compat purposes"
url="http://ohnopub.net/~ohnobinki/libstrl"
license=('LGPL3')
-arch=(i686 x86_64)
+arch=(i686 x86_64 mips64el)
depends=()
makedepends=(doxygen libtool pkg-config)
options=(!libtool)