diff options
Diffstat (limited to 'community/rapidsvn/PKGBUILD')
-rw-r--r-- | community/rapidsvn/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/rapidsvn/PKGBUILD b/community/rapidsvn/PKGBUILD index b592275ff..1dc174d75 100644 --- a/community/rapidsvn/PKGBUILD +++ b/community/rapidsvn/PKGBUILD @@ -9,7 +9,7 @@ pkgver=0.12.0 pkgrel=5 pkgdesc="A cross-platform GUI front-end for the Subversion revision system written in C++ using the wxWidgets framework." url='http://rapidsvn.tigris.org/' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') options=('!libtool') depends=('subversion' 'wxgtk') |