diff options
Diffstat (limited to 'extra/monotone/PKGBUILD')
-rw-r--r-- | extra/monotone/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/monotone/PKGBUILD b/extra/monotone/PKGBUILD index 4cb7e86cc..2a4369e5b 100644 --- a/extra/monotone/PKGBUILD +++ b/extra/monotone/PKGBUILD @@ -7,7 +7,7 @@ pkgname=monotone pkgver=0.99.1 pkgrel=1 pkgdesc="A modern distributed version control system, like hg, darcs, or git" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.monotone.ca" license=('GPL') depends=('botan' 'pcre' 'lua' 'sqlite3' 'libidn' 'zlib') |