diff options
Diffstat (limited to 'community/arch/PKGBUILD')
-rw-r--r-- | community/arch/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/arch/PKGBUILD b/community/arch/PKGBUILD index 2be3a270a..de474a313 100644 --- a/community/arch/PKGBUILD +++ b/community/arch/PKGBUILD @@ -5,7 +5,7 @@ pkgname='arch' pkgver=1.3.5 pkgrel=8 pkgdesc="a modern and remarkable revision control system" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') url="http://regexps.srparish.net/www/#Gnu-arch" depends=('zlib' 'expat' 'krb5') |