diff options
Diffstat (limited to 'community/sqlite2/PKGBUILD')
-rw-r--r-- | community/sqlite2/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/sqlite2/PKGBUILD b/community/sqlite2/PKGBUILD index c6d6c27ef..77bcf44b4 100644 --- a/community/sqlite2/PKGBUILD +++ b/community/sqlite2/PKGBUILD @@ -6,7 +6,7 @@ pkgname=sqlite2 pkgver=2.8.17 pkgrel=5 pkgdesc="A C library that implements an SQL database engine" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.sqlite.org/" depends=('readline>=6.0.00') source=("http://www.sqlite.org/sqlite-$pkgver.tar.gz" |