diff options
Diffstat (limited to 'extra/ccache')
-rw-r--r-- | extra/ccache/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/ccache/PKGBUILD b/extra/ccache/PKGBUILD index 09a7487fb..ebd050a34 100644 --- a/extra/ccache/PKGBUILD +++ b/extra/ccache/PKGBUILD @@ -9,7 +9,7 @@ pkgdesc="A compiler cache" url="http://ccache.samba.org/" source=(http://samba.org/ftp/${pkgname}/$pkgname-$pkgver.tar.bz2) license=('GPL') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('zlib') md5sums=('676fda8a9a5e02574435c32b22942abd') |