diff options
Diffstat (limited to 'core/db/PKGBUILD')
-rw-r--r-- | core/db/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/db/PKGBUILD b/core/db/PKGBUILD index 9387174b8..a932b75ec 100644 --- a/core/db/PKGBUILD +++ b/core/db/PKGBUILD @@ -7,7 +7,7 @@ pkgname=db pkgver=5.2.36 pkgrel=2 pkgdesc="The Berkeley DB embedded database system" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.oracle.com/technology/software/products/berkeley-db/index.html" license=('custom') depends=('gcc-libs' 'sh') |