diff options
Diffstat (limited to 'community/javasqlite/PKGBUILD')
-rw-r--r-- | community/javasqlite/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/javasqlite/PKGBUILD b/community/javasqlite/PKGBUILD index 4202d75c1..db11165a8 100644 --- a/community/javasqlite/PKGBUILD +++ b/community/javasqlite/PKGBUILD @@ -5,7 +5,7 @@ pkgname=javasqlite pkgver=20110106 pkgrel=1 pkgdesc="Java support for SQLite database engine" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.ch-werner.de/javasqlite/" license=('BSD') depends=('java-runtime') |