diff options
Diffstat (limited to 'extra/bzr/PKGBUILD')
-rw-r--r-- | extra/bzr/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/bzr/PKGBUILD b/extra/bzr/PKGBUILD index db9b86fc5..7d7f338c5 100644 --- a/extra/bzr/PKGBUILD +++ b/extra/bzr/PKGBUILD @@ -6,7 +6,7 @@ pkgname=bzr pkgver=2.4.1 pkgrel=1 pkgdesc="A decentralized revision control system (bazaar)" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://bazaar.canonical.com/en/" license=('GPL') depends=('python2') |