diff options
Diffstat (limited to 'community/sqliteman/PKGBUILD')
-rw-r--r-- | community/sqliteman/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/sqliteman/PKGBUILD b/community/sqliteman/PKGBUILD index 10a21ffba..3f6d1838b 100644 --- a/community/sqliteman/PKGBUILD +++ b/community/sqliteman/PKGBUILD @@ -8,7 +8,7 @@ pkgname=sqliteman pkgver=1.2.2 pkgrel=6 pkgdesc="The best developer's and/or admin's GUI tool for Sqlite3 in the world" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://sqliteman.com/" license=('GPL') depends=('qscintilla') |