diff options
Diffstat (limited to 'extra/ccache/PKGBUILD')
-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 cef8d0dbf..57be5c5d0 100644 --- a/extra/ccache/PKGBUILD +++ b/extra/ccache/PKGBUILD @@ -6,7 +6,7 @@ pkgname=ccache pkgver=3.1.6 pkgrel=2 pkgdesc="A compiler cache" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://ccache.samba.org/" license=('GPL') depends=('zlib') |