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 1903662c5..b69b5fb0d 100644 --- a/extra/ccache/PKGBUILD +++ b/extra/ccache/PKGBUILD @@ -6,7 +6,7 @@ pkgname=ccache pkgver=3.1.9 pkgrel=1 pkgdesc="A compiler cache" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://ccache.samba.org/" license=('GPL3') depends=('zlib') |