diff options
Diffstat (limited to 'extra/indent/PKGBUILD')
-rw-r--r-- | extra/indent/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/indent/PKGBUILD b/extra/indent/PKGBUILD index 8ac2de017..5360329ce 100644 --- a/extra/indent/PKGBUILD +++ b/extra/indent/PKGBUILD @@ -7,7 +7,7 @@ pkgname=indent pkgver=2.2.11 pkgrel=1 pkgdesc="A tool to change the appearance of a C program by inserting or deleting whitespace" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://indent.isidore-it.eu/beautify.html" depends=('glibc') makedepends=('texi2html') |