diff options
Diffstat (limited to 'community/sqlite2')
-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 0f8ff8f22..b5d55b427 100644 --- a/community/sqlite2/PKGBUILD +++ b/community/sqlite2/PKGBUILD @@ -6,7 +6,7 @@ pkgname=sqlite2 pkgver=2.8.17 pkgrel=4 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 'LICENSE') |