diff options
Diffstat (limited to 'community/sqlitebrowser/PKGBUILD')
-rw-r--r-- | community/sqlitebrowser/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/sqlitebrowser/PKGBUILD b/community/sqlitebrowser/PKGBUILD index 51ab75cc5..aaaa0ba11 100644 --- a/community/sqlitebrowser/PKGBUILD +++ b/community/sqlitebrowser/PKGBUILD @@ -8,7 +8,7 @@ pkgver=2.0b1 _pkgrealver=200_b1 pkgrel=3 pkgdesc="SQLite Database browser is a light GUI editor for SQLite databases, built on top of QT" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://sqlitebrowser.sf.net" license=('GPL') depends=('qt4') |